public class ExprTableAccessNodeKeys extends ExprTableAccessNode implements ExprEvaluator
groupKeyEvaluators, strategy, tableName
Constructor and Description |
---|
ExprTableAccessNodeKeys(java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
equalsNodeInternal(ExprTableAccessNode other) |
java.lang.Object |
evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
Evaluate event tuple and return result.
|
CodegenExpression |
evaluateCodegen(java.lang.Class requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
ExprForgeComplexityEnum |
getComplexity() |
java.lang.Class |
getEvaluationType() |
ExprEvaluator |
getExprEvaluator() |
ExprForge |
getForge() |
void |
toPrecedenceFreeEPL(java.io.StringWriter writer) |
protected void |
validateBindingInternal(ExprValidationContext validationContext,
TableMetadata tableMetadata) |
equalsNode, getForgeRenderable, getGroupKeyEvaluators, getPrecedence, getTableName, hashCode, isConstantResult, setStrategy, toPrecedenceFreeEPLInternal, toPrecedenceFreeEPLInternal, validate, validateGroupKeys, validateSubpropertyGetCol
accept, accept, acceptChildnodes, addChildNode, addChildNodes, addChildNodeToFront, getChildNodes, replaceUnlistedChildNode, setChildNode, setChildNodes, toEPL
public ExprTableAccessNodeKeys(java.lang.String tableName)
public void toPrecedenceFreeEPL(java.io.StringWriter writer)
toPrecedenceFreeEPL
in class ExprNodeBase
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
protected void validateBindingInternal(ExprValidationContext validationContext, TableMetadata tableMetadata) throws ExprValidationException
validateBindingInternal
in class ExprTableAccessNode
ExprValidationException
public java.lang.Object evaluate(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
ExprEvaluator
evaluate
in interface ExprEvaluator
eventsPerStream
- - event tupleisNewData
- - indicates whether we are dealing with new data (istream) or old data (rstream)context
- context for expression evaluationprotected boolean equalsNodeInternal(ExprTableAccessNode other)
equalsNodeInternal
in class ExprTableAccessNode
public CodegenExpression evaluateCodegen(java.lang.Class requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
public ExprForgeComplexityEnum getComplexity()
getComplexity
in interface ExprForge
public java.lang.Class getEvaluationType()
getEvaluationType
in interface ExprForge