public class ExpressionAnalysisContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
hasAggregates |
Constructor and Description |
---|
ExpressionAnalysisContext() |
Modifier and Type | Method and Description |
---|---|
Symbol |
allocateCurrentTime(CurrentTime node,
java.util.List<Symbol> args,
EvaluatingNormalizer normalizer)
allocate a new function for the currentTime node or re-use an already evaluated one to ensure
currentTime evaluation is global per query.
|
Function |
allocateFunction(FunctionInfo functionInfo,
java.util.List<Symbol> arguments) |
public Function allocateFunction(FunctionInfo functionInfo, java.util.List<Symbol> arguments)
public Symbol allocateCurrentTime(CurrentTime node, java.util.List<Symbol> args, EvaluatingNormalizer normalizer)