Class QueryGraphValueEntryCustomKeyForge
java.lang.Object
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryCustomKeyForge
- All Implemented Interfaces:
QueryGraphValueEntryForge
-
Constructor Summary
ConstructorDescriptionQueryGraphValueEntryCustomKeyForge
(String operationName, ExprNode[] exprNodes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
ExprNode[]
int
hashCode()
make
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
-
Constructor Details
-
QueryGraphValueEntryCustomKeyForge
-
-
Method Details
-
getOperationName
-
getExprNodes
-
equals
-
hashCode
public int hashCode() -
make
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
make
in interfaceQueryGraphValueEntryForge
-