Class QueryGraphValueEntryCustomForge
java.lang.Object
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryCustomForge
- All Implemented Interfaces:
QueryGraphValueEntryForge
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmake
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) void
mergeInto
(Map<QueryGraphValueEntryCustomKeyForge, QueryGraphValueEntryCustomOperationForge> customIndexOps)
-
Constructor Details
-
QueryGraphValueEntryCustomForge
public QueryGraphValueEntryCustomForge()
-
-
Method Details
-
getOperations
public Map<QueryGraphValueEntryCustomKeyForge,QueryGraphValueEntryCustomOperationForge> getOperations() -
mergeInto
public void mergeInto(Map<QueryGraphValueEntryCustomKeyForge, QueryGraphValueEntryCustomOperationForge> customIndexOps) -
make
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
make
in interfaceQueryGraphValueEntryForge
-