|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprChainedSpec | |
---|---|
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. |
Uses of ExprChainedSpec in com.espertech.esper.epl.datetime.eval |
---|
Method parameters in com.espertech.esper.epl.datetime.eval with type arguments of type ExprChainedSpec | |
---|---|
static ExprDotEvalDTMethodDesc |
ExprDotEvalDTFactory.validateMake(StreamTypeService streamTypeService,
java.util.Deque<ExprChainedSpec> chainSpecStack,
DatetimeMethodEnum dtMethod,
java.lang.String dtMethodName,
EPType inputType,
java.util.List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.enummethod.dot |
---|
Method parameters in com.espertech.esper.epl.enummethod.dot with type arguments of type ExprChainedSpec | |
---|---|
static ExprDotStaticMethodWrap |
ExprDotStaticMethodWrapFactory.make(java.lang.reflect.Method method,
EventAdapterService eventAdapterService,
java.util.List<ExprChainedSpec> modifiedChain)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.expression.core |
---|
Method parameters in com.espertech.esper.epl.expression.core with type arguments of type ExprChainedSpec | |
---|---|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitor visitor,
java.util.List<ExprChainedSpec> chainSpec)
|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitorWithParent visitor,
java.util.List<ExprChainedSpec> chainSpec)
|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitorWithParent visitor,
java.util.List<ExprChainedSpec> chainSpec,
ExprNode parent)
|
static java.util.List<ExprNode> |
ExprNodeUtility.collectChainParameters(java.util.List<ExprChainedSpec> chainSpec)
|
static void |
ExprNodeUtility.replaceChainChildNode(ExprNode nodeToReplace,
ExprNode newNode,
java.util.List<ExprChainedSpec> chainSpec)
|
static void |
ExprNodeUtility.toExpressionString(java.util.List<ExprChainedSpec> chainSpec,
java.io.StringWriter buffer,
boolean prefixDot,
java.lang.String functionName)
|
static void |
ExprNodeUtility.validate(ExprNodeOrigin origin,
java.util.List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.expression.dot |
---|
Methods in com.espertech.esper.epl.expression.dot that return types with arguments of type ExprChainedSpec | |
---|---|
java.util.List<ExprChainedSpec> |
ExprDotNode.getChainSpec()
|
Method parameters in com.espertech.esper.epl.expression.dot with type arguments of type ExprChainedSpec | |
---|---|
static ExprDotNodeRealizedChain |
ExprDotNodeUtility.getChainEvaluators(java.lang.Integer streamOfProviderIfApplicable,
EPType inputType,
java.util.List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext,
boolean isDuckTyping,
ExprDotNodeFilterAnalyzerInput inputDesc)
|
Constructor parameters in com.espertech.esper.epl.expression.dot with type arguments of type ExprChainedSpec | |
---|---|
ExprDotNode(java.util.List<ExprChainedSpec> chainSpec,
boolean isDuckTyping,
boolean isUDFCache)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.expression.funcs |
---|
Methods in com.espertech.esper.epl.expression.funcs that return types with arguments of type ExprChainedSpec | |
---|---|
java.util.List<ExprChainedSpec> |
ExprPlugInSingleRowNode.getChainSpec()
|
Constructor parameters in com.espertech.esper.epl.expression.funcs with type arguments of type ExprChainedSpec | |
---|---|
ExprPlugInSingleRowNode(java.lang.String functionName,
java.lang.Class clazz,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportSingleRowDesc config)
Ctor. |
Uses of ExprChainedSpec in com.espertech.esper.epl.parse |
---|
Methods in com.espertech.esper.epl.parse that return ExprChainedSpec | |
---|---|
static ExprChainedSpec |
ASTLibFunctionHelper.getLibFunctionChainSpec(EsperEPL2GrammarParser.LibFunctionNoClassContext ctx,
java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap)
|
Methods in com.espertech.esper.epl.parse that return types with arguments of type ExprChainedSpec | |
---|---|
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> |
ASTTableExprHelper.checkTableNameGetLibFunc(TableService tableService,
EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
java.lang.String classIdent,
java.util.List<ExprChainedSpec> chain)
|
static java.util.List<ExprChainedSpec> |
ASTLibFunctionHelper.getLibFuncChain(java.util.List<EsperEPL2GrammarParser.LibFunctionNoClassContext> ctxs,
java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap)
|
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> |
ASTTableExprHelper.getTableExprChainable(EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
java.lang.String tableName,
java.util.List<ExprChainedSpec> chain)
Handle "variable[...].xxxxx......" |
Method parameters in com.espertech.esper.epl.parse with type arguments of type ExprChainedSpec | |
---|---|
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> |
ASTTableExprHelper.checkTableNameGetLibFunc(TableService tableService,
EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
java.lang.String classIdent,
java.util.List<ExprChainedSpec> chain)
|
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> |
ASTTableExprHelper.getTableExprChainable(EngineImportService engineImportService,
LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations,
java.lang.String engineURI,
java.lang.String tableName,
java.util.List<ExprChainedSpec> chain)
Handle "variable[...].xxxxx......" |
Uses of ExprChainedSpec in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return ExprChainedSpec | |
---|---|
ExprChainedSpec |
ContextDetailHashItem.getFunction()
|
Constructors in com.espertech.esper.epl.spec with parameters of type ExprChainedSpec | |
---|---|
ContextDetailHashItem(ExprChainedSpec function,
FilterSpecRaw filterSpecRaw)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.table.mgmt |
---|
Methods in com.espertech.esper.epl.table.mgmt that return types with arguments of type ExprChainedSpec | |
---|---|
Pair<ExprNode,java.util.List<ExprChainedSpec>> |
TableServiceImpl.getTableNodeChainable(StreamTypeService streamTypeService,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService)
|
Pair<ExprNode,java.util.List<ExprChainedSpec>> |
TableService.getTableNodeChainable(StreamTypeService streamTypeService,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService)
|
Method parameters in com.espertech.esper.epl.table.mgmt with type arguments of type ExprChainedSpec | |
---|---|
Pair<ExprNode,java.util.List<ExprChainedSpec>> |
TableServiceImpl.getTableNodeChainable(StreamTypeService streamTypeService,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService)
|
Pair<ExprNode,java.util.List<ExprChainedSpec>> |
TableService.getTableNodeChainable(StreamTypeService streamTypeService,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportService engineImportService)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |