Class QueryPlanner
java.lang.Object
org.apache.storm.sql.planner.streams.QueryPlanner
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncompile(Map<String, ISqlStreamsDataSource> sources, String query) 
- 
Field Details- 
STORM_REL_CONVERSION_RULESpublic static final int STORM_REL_CONVERSION_RULES- See Also:
 
 
- 
- 
Constructor Details- 
QueryPlannerpublic QueryPlanner(org.apache.calcite.schema.SchemaPlus schema) 
 
- 
- 
Method Details- 
compilepublic AbstractStreamsProcessor compile(Map<String, ISqlStreamsDataSource> sources, String query) throws Exception- Throws:
- Exception
 
- 
getPlanpublic StreamsRel getPlan(String query) throws org.apache.calcite.tools.ValidationException, org.apache.calcite.tools.RelConversionException, org.apache.calcite.sql.parser.SqlParseException - Throws:
- org.apache.calcite.tools.ValidationException
- org.apache.calcite.tools.RelConversionException
- org.apache.calcite.sql.parser.SqlParseException
 
 
-