Package | Description |
---|---|
com.espertech.esper.epl.datetime.eval |
Date-Time methods and related utility classes.
|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.epl.expression.funcs |
Function expressions.
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
Modifier and Type | Method and Description |
---|---|
static ExprDotDTMethodDesc |
ExprDotDTFactory.validateMake(StreamTypeService streamTypeService,
Deque<ExprChainedSpec> chainSpecStack,
DatetimeMethodEnum dtMethod,
String dtMethodName,
EPType inputType,
List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc,
TimeZone timeZone,
TimeAbacus timeAbacus,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
static ExprDotStaticMethodWrap |
ExprDotStaticMethodWrapFactory.make(Method method,
EventAdapterService eventAdapterService,
List<ExprChainedSpec> modifiedChain,
String optionalEventTypeName) |
Modifier and Type | Method and Description |
---|---|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitor visitor,
List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitorWithParent visitor,
List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitorWithParent visitor,
List<ExprChainedSpec> chainSpec,
ExprNode parent) |
static List<ExprNode> |
ExprNodeUtility.collectChainParameters(List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtility.replaceChainChildNode(ExprNode nodeToReplace,
ExprNode newNode,
List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtility.toExpressionString(List<ExprChainedSpec> chainSpec,
StringWriter buffer,
boolean prefixDot,
String functionName) |
static void |
ExprNodeUtility.validate(ExprNodeOrigin origin,
List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
List<ExprChainedSpec> |
ExprDotNodeImpl.getChainSpec() |
List<ExprChainedSpec> |
ExprDotNode.getChainSpec() |
Modifier and Type | Method and Description |
---|---|
static ExprDotNodeRealizedChain |
ExprDotNodeUtility.getChainEvaluators(Integer streamOfProviderIfApplicable,
EPType inputType,
List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext,
boolean isDuckTyping,
ExprDotNodeFilterAnalyzerInput inputDesc) |
Constructor and Description |
---|
ExprDotNodeImpl(List<ExprChainedSpec> chainSpec,
boolean isDuckTyping,
boolean isUDFCache) |
Modifier and Type | Method and Description |
---|---|
List<ExprChainedSpec> |
ExprPlugInSingleRowNode.getChainSpec() |
Constructor and Description |
---|
ExprPlugInSingleRowNode(String functionName,
Class clazz,
List<ExprChainedSpec> chainSpec,
EngineImportSingleRowDesc config) |
Modifier and Type | Method and Description |
---|---|
static ExprChainedSpec |
ASTLibFunctionHelper.getLibFunctionChainSpec(EsperEPL2GrammarParser.LibFunctionNoClassContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExprTableAccessNode,List<ExprChainedSpec>> |
ASTTableExprHelper.checkTableNameGetLibFunc(TableService tableService,
EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
String engineURI,
String classIdent,
List<ExprChainedSpec> chain) |
static Pair<ExprTableAccessNode,List<ExprChainedSpec>> |
ASTTableExprHelper.getTableExprChainable(EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
String engineURI,
String tableName,
List<ExprChainedSpec> chain) |
Modifier and Type | Method and Description |
---|---|
ExprChainedSpec |
ContextDetailHashItem.getFunction() |
Constructor and Description |
---|
ContextDetailHashItem(ExprChainedSpec function,
FilterSpecRaw filterSpecRaw) |
Modifier and Type | Method and Description |
---|---|
Pair<ExprNode,List<ExprChainedSpec>> |
TableServiceImpl.getTableNodeChainable(StreamTypeService streamTypeService,
List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService) |
Pair<ExprNode,List<ExprChainedSpec>> |
TableService.getTableNodeChainable(StreamTypeService streamTypeService,
List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
Pair<ExprNode,List<ExprChainedSpec>> |
TableServiceImpl.getTableNodeChainable(StreamTypeService streamTypeService,
List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService) |
Pair<ExprNode,List<ExprChainedSpec>> |
TableService.getTableNodeChainable(StreamTypeService streamTypeService,
List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService) |