Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.common.internal.epl.datetime.eval |
Date-Time methods and related utility classes.
|
com.espertech.esper.common.internal.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.common.internal.epl.expression.chain | |
com.espertech.esper.common.internal.epl.expression.core | |
com.espertech.esper.common.internal.epl.expression.dot.core | |
com.espertech.esper.common.internal.epl.expression.dot.walk | |
com.espertech.esper.common.internal.epl.expression.funcs | |
com.espertech.esper.common.internal.epl.table.compiletime |
Modifier and Type | Method and Description |
---|---|
Chainable |
ContextSpecHashItem.getFunction() |
Constructor and Description |
---|
ContextSpecHashItem(Chainable function,
FilterSpecRaw filterSpecRaw) |
Modifier and Type | Method and Description |
---|---|
static ExprDotDTMethodDesc |
ExprDotDTFactory.validateMake(StreamTypeService streamTypeService,
Deque<Chainable> chainSpecStack,
DatetimeMethodDesc dtMethod,
String dtMethodName,
EPChainableType inputType,
List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc,
TimeAbacus timeAbacus,
TableCompileTimeResolver tableCompileTimeResolver,
ClasspathImportServiceCompileTime classpathImportService,
StatementRawInfo statementRawInfo) |
Modifier and Type | Method and Description |
---|---|
static ExprDotStaticMethodWrap |
ExprDotStaticMethodWrapFactory.make(Method method,
List<Chainable> chain,
String optionalEventTypeName,
ExprValidationContext validationContext) |
Modifier and Type | Class and Description |
---|---|
class |
ChainableArray |
class |
ChainableCall |
class |
ChainableName |
Modifier and Type | Method and Description |
---|---|
static List<Chainable> |
Chainable.chainForDot(Chainable chainable) |
Modifier and Type | Method and Description |
---|---|
static List<Chainable> |
Chainable.chainForDot(Chainable chainable) |
protected boolean |
Chainable.equalsChainable(Chainable that) |
static boolean |
Chainable.isPlainPropertyChain(Chainable chainable) |
Modifier and Type | Method and Description |
---|---|
List<Chainable> |
ExprNodeWithChainSpec.getChainSpec() |
Modifier and Type | Method and Description |
---|---|
static void |
ExprNodeUtilityQuery.acceptChain(ExprNodeVisitor visitor,
List<Chainable> chainSpec) |
static void |
ExprNodeUtilityQuery.acceptChain(ExprNodeVisitorWithParent visitor,
List<Chainable> chainSpec) |
static void |
ExprNodeUtilityQuery.acceptChain(ExprNodeVisitorWithParent visitor,
List<Chainable> chainSpec,
ExprNode parent) |
static List<ExprNode> |
ExprNodeUtilityQuery.collectChainParameters(List<Chainable> chainSpec) |
static void |
ExprNodeUtilityModify.replaceChainChildNode(ExprNode nodeToReplace,
ExprNode newNode,
List<Chainable> chainSpec) |
static void |
ExprNodeUtilityPrint.toExpressionString(List<Chainable> chainSpec,
StringWriter buffer,
boolean prefixDot,
String functionName) |
static void |
ExprNodeUtilityValidate.validate(ExprNodeOrigin origin,
List<Chainable> chainSpec,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
List<Chainable> |
ExprDotNodeImpl.getChainSpec() |
Modifier and Type | Method and Description |
---|---|
static ExprDotNodeRealizedChain |
ExprDotNodeUtility.getChainEvaluators(Integer streamOfProviderIfApplicable,
EPChainableType inputType,
List<Chainable> chainSpec,
ExprValidationContext validationContext,
boolean isDuckTyping,
ExprDotNodeFilterAnalyzerInput inputDesc) |
void |
ExprDotNodeImpl.setChainSpec(List<Chainable> chainSpec) |
void |
ExprDotNode.setChainSpec(List<Chainable> modified) |
Constructor and Description |
---|
ExprDotNodeImpl(List<Chainable> chainSpec,
boolean isDuckTyping,
boolean isUDFCache) |
Modifier and Type | Method and Description |
---|---|
static ExprNode |
ChainableWalkHelper.processDot(boolean useChainAsIs,
boolean resolveObjects,
List<Chainable> chain,
StatementSpecMapContext mapContext) |
Modifier and Type | Method and Description |
---|---|
List<Chainable> |
ExprPlugInSingleRowNode.getChainSpec() |
Constructor and Description |
---|
ExprPlugInSingleRowNode(String functionName,
Class clazz,
List<Chainable> chainSpec,
ClasspathImportSingleRowDesc config) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExprNode,List<Chainable>> |
TableCompileTimeUtil.getTableNodeChainable(StreamTypeService streamTypeService,
List<Chainable> chainSpec,
boolean allowTableAggReset,
TableCompileTimeResolver tableCompileTimeResolver) |
static Pair<ExprTableAccessNode,List<Chainable>> |
TableCompileTimeUtil.handleTableAccessNode(LazyAllocatedMap<ConfigurationCompilerPlugInAggregationMultiFunction,AggregationMultiFunctionForge> plugInAggregations,
String tableName,
String sub,
List<Chainable> chain) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExprNode,List<Chainable>> |
TableCompileTimeUtil.getTableNodeChainable(StreamTypeService streamTypeService,
List<Chainable> chainSpec,
boolean allowTableAggReset,
TableCompileTimeResolver tableCompileTimeResolver) |
static Pair<ExprTableAccessNode,List<Chainable>> |
TableCompileTimeUtil.handleTableAccessNode(LazyAllocatedMap<ConfigurationCompilerPlugInAggregationMultiFunction,AggregationMultiFunctionForge> plugInAggregations,
String tableName,
String sub,
List<Chainable> chain) |
Copyright © 2005–2021. All rights reserved.