public class ExprTableAccessNodeKeys extends ExprTableAccessNode implements ExprEvaluator
groupKeyEvaluators, strategy, tableName
Constructor and Description |
---|
ExprTableAccessNodeKeys(String tableName) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
equalsNodeInternal(ExprTableAccessNode other) |
Object |
evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
Evaluate event tuple and return result.
|
CodegenExpression |
evaluateCodegen(CodegenParamSetExprPremade params,
CodegenContext context) |
ExprForgeComplexityEnum |
getComplexity() |
Class |
getEvaluationType() |
ExprEvaluator |
getExprEvaluator() |
ExprForge |
getForge() |
void |
toPrecedenceFreeEPL(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(String tableName)
public void toPrecedenceFreeEPL(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 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(CodegenParamSetExprPremade params, CodegenContext context)
evaluateCodegen
in interface ExprForge
public ExprForgeComplexityEnum getComplexity()
getComplexity
in interface ExprForge
public Class getEvaluationType()
getEvaluationType
in interface ExprForge