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.core | |
com.espertech.esper.common.internal.epl.expression.dot.core | |
com.espertech.esper.common.internal.epl.expression.funcs | |
com.espertech.esper.common.internal.epl.table.compiletime |
Modifier and Type | Method and Description |
---|---|
ExprChainedSpec |
ContextSpecHashItem.getFunction() |
Constructor and Description |
---|
ContextSpecHashItem(ExprChainedSpec function,
FilterSpecRaw filterSpecRaw) |
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,
TimeAbacus timeAbacus,
ExprEvaluatorContext exprEvaluatorContext,
TableCompileTimeResolver tableCompileTimeResolver) |
Modifier and Type | Method and Description |
---|---|
static ExprDotStaticMethodWrap |
ExprDotStaticMethodWrapFactory.make(Method method,
List<ExprChainedSpec> modifiedChain,
String optionalEventTypeName,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
static void |
ExprNodeUtilityQuery.acceptChain(ExprNodeVisitor visitor,
List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtilityQuery.acceptChain(ExprNodeVisitorWithParent visitor,
List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtilityQuery.acceptChain(ExprNodeVisitorWithParent visitor,
List<ExprChainedSpec> chainSpec,
ExprNode parent) |
static List<ExprNode> |
ExprNodeUtilityQuery.collectChainParameters(List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtilityModify.replaceChainChildNode(ExprNode nodeToReplace,
ExprNode newNode,
List<ExprChainedSpec> chainSpec) |
static void |
ExprNodeUtilityPrint.toExpressionString(List<ExprChainedSpec> chainSpec,
StringWriter buffer,
boolean prefixDot,
String functionName) |
static void |
ExprNodeUtilityValidate.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,
ClasspathImportSingleRowDesc config) |
Copyright © 2005–2019. All rights reserved.