Package | Description |
---|---|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
com.espertech.esper.epl.expression.table |
Table access and identifiers expressions.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
com.espertech.esper.plugin |
APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in
this package.
|
Constructor and Description |
---|
ExprTableIdentNodeSubpropAccessor(int streamNum,
String optionalStreamName,
TableMetadataColumnAggregation tableAccessColumn,
ExprNode aggregateAccessMultiValueNode) |
Modifier and Type | Method and Description |
---|---|
static StreamTypeServiceImpl |
TableServiceUtil.streamTypeFromTableColumn(TableMetadataColumnAggregation column,
String engineURI) |
Modifier and Type | Method and Description |
---|---|
static ExprEvaluator |
ExprTableEvalStrategyFactory.getTableAccessEvalStrategy(ExprNode exprNode,
String tableName,
Integer streamNum,
TableMetadataColumnAggregation agg) |
Modifier and Type | Method and Description |
---|---|
TableMetadataColumnAggregation |
PlugInAggregationMultiFunctionValidationContext.getOptionalTableColumnAccessed() |
Constructor and Description |
---|
PlugInAggregationMultiFunctionValidationContext(String functionName,
EventType[] eventTypes,
ExprNode[] parameterExpressions,
String engineURI,
String statementName,
ExprValidationContext validationContext,
ConfigurationPlugInAggregationMultiFunction config,
TableMetadataColumnAggregation optionalTableColumnAccessed,
ExprNode[] allParameterExpressions) |