Class QueryPlanForge
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanForge
Contains the query plan for all streams.
-
Constructor Summary
ConstructorDescriptionQueryPlanForge
(QueryPlanIndexForge[] indexSpecs, QueryPlanNodeForge[] execNodeSpecs) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturn execution node specs.Return index specs.make
(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) toString()
-
Constructor Details
-
QueryPlanForge
Ctor.- Parameters:
indexSpecs
- - specs for indexes to createexecNodeSpecs
- - specs for execution nodes to create
-
-
Method Details
-
getIndexSpecs
Return index specs.- Returns:
- index specs
-
getExecNodeSpecs
Return execution node specs.- Returns:
- execution node specs
-
toString
-
toQueryPlan
-
make
public CodegenExpression make(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
-