Class QueryPlanNodeForgeAllUnidirectionalOuter
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanNodeForge
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanNodeForgeAllUnidirectionalOuter
- All Implemented Interfaces:
CodegenMakeable<SAIFFInitializeSymbol>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(QueryPlanNodeForgeVisitor visitor) void
addIndexes
(HashSet<TableLookupIndexReqKey> usedIndexes) make
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) protected void
print
(IndentWriter writer) Print a long readable format of the query node to the supplied PrintWriter.Methods inherited from class com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanNodeForge
print
-
Constructor Details
-
QueryPlanNodeForgeAllUnidirectionalOuter
public QueryPlanNodeForgeAllUnidirectionalOuter(int streamNum)
-
-
Method Details
-
make
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) -
addIndexes
- Specified by:
addIndexes
in classQueryPlanNodeForge
-
print
Description copied from class:QueryPlanNodeForge
Print a long readable format of the query node to the supplied PrintWriter.- Specified by:
print
in classQueryPlanNodeForge
- Parameters:
writer
- is the indentation writer to print to
-
accept
- Specified by:
accept
in classQueryPlanNodeForge
-