Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.rollup | |
com.espertech.esper.common.internal.epl.ontrigger | |
com.espertech.esper.common.internal.epl.resultset.core | |
com.espertech.esper.common.internal.epl.resultset.handthru | |
com.espertech.esper.common.internal.epl.resultset.rowforall | |
com.espertech.esper.common.internal.epl.resultset.rowperevent |
Result set processor for Aggregated and Un-Grouped
|
com.espertech.esper.common.internal.epl.resultset.rowpergroup |
Result set processor for Fully-Aggregated and Grouped
|
com.espertech.esper.common.internal.epl.resultset.select.core | |
com.espertech.esper.common.internal.epl.resultset.select.eval | |
com.espertech.esper.common.internal.epl.resultset.simple |
Modifier and Type | Method and Description |
---|---|
SelectExprProcessorForge[] |
GroupByRollupPerLevelForge.getSelectExprProcessorForges() |
Constructor and Description |
---|
GroupByRollupPerLevelForge(SelectExprProcessorForge[] selectExprProcessorForges,
ExprForge[] optionalHavingForges,
OrderByElementForge[][] optionalOrderByElements) |
Constructor and Description |
---|
InfraOnMergeActionInsForge(ExprNode optionalFilter,
SelectExprProcessorForge insertHelper,
TableMetaData insertIntoTable,
boolean audit,
boolean route) |
Modifier and Type | Method and Description |
---|---|
SelectExprProcessorForge[] |
ResultSetProcessorDesc.getSelectExprProcessorForges() |
Constructor and Description |
---|
ResultSetProcessorDesc(ResultSetProcessorFactoryForge resultSetProcessorFactoryForge,
ResultSetProcessorType resultSetProcessorType,
SelectExprProcessorForge[] selectExprProcessorForges,
boolean join,
boolean hasOutputLimit,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOutputLimitSnapshot,
EventType resultEventType,
boolean rollup,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
OrderByProcessorFactoryForge orderByProcessorFactoryForge,
SelectSubscriberDescriptor selectSubscriberDescriptor) |
Constructor and Description |
---|
ResultSetProcessorHandThroughFactoryForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
boolean selectRStream) |
Constructor and Description |
---|
ResultSetProcessorRowForAllForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
boolean hasOrderBy,
ResultSetProcessorOutputConditionType outputConditionType) |
Constructor and Description |
---|
ResultSetProcessorRowPerEventForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOrderBy) |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupForge(EventType resultEventType,
EventType[] typesPerStream,
SelectExprProcessorForge selectExprProcessorForge,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean noDataWindowSingleStream,
boolean isHistoricalOnly,
boolean iterateUnbounded,
ResultSetProcessorOutputConditionType outputConditionType,
EventType[] eventTypes,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
BindSelectExprProcessorForge |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeBase |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceAvro |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceMap |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceNative |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceObjectArray |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeNoEval |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeNoWiden |
static class |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeWidening |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessorForge |
SelectExprJoinWildcardProcessorFactory.create(SelectProcessorArgs args,
InsertIntoDesc insertIntoDesc,
Function<String,String> eventTypeNamePostfix) |
SelectExprProcessorForge |
SelectExprProcessorHelper.getForge() |
SelectExprProcessorForge |
SelectExprProcessorDescriptor.getForge() |
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingJoinWildcard(EventType eventType,
String[] streamNames,
EventType[] streamTypes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName,
EventTypeAvroHandler eventTypeAvroHandler) |
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingNonJoin(EventType eventType,
boolean isUsingWildcard,
StreamTypeService typeService,
ExprForge[] forges,
String[] columnNames,
Object[] expressionReturnTypes,
InsertIntoDesc insertIntoDesc,
String[] columnNamesAsProvided,
boolean allowNestableTargetFragmentTypes,
String statementName,
ClasspathImportServiceCompileTime classpathImportService,
EventTypeAvroHandler eventTypeAvroHandler) |
SelectExprProcessorForge |
SelectExprProcessorRepresentationFactory.makeJoinWildcard(String[] streamNames,
EventType resultEventType) |
SelectExprProcessorForge |
SelectExprProcessorRepresentationFactory.makeRecast(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
AvroSchemaEventType insertIntoTargetType,
ExprNode[] exprNodes,
String statementName) |
SelectExprProcessorForge |
SelectExprProcessorRepresentationFactory.makeSelectNoWildcard(SelectExprForgeContext selectExprForgeContext,
ExprForge[] exprForges,
EventType resultEventType,
TableCompileTimeResolver tableService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpressionNewAnonymousClass |
SelectExprProcessorUtil.makeAnonymous(SelectExprProcessorForge insertHelper,
CodegenMethod method,
CodegenExpressionRef initSvc,
CodegenClassScope classScope) |
Constructor and Description |
---|
BindProcessorForge(SelectExprProcessorForge synthetic,
SelectClauseElementCompiled[] selectionList,
EventType[] typesPerStream,
String[] streamNames,
TableCompileTimeResolver tableService) |
BindSelectExprProcessorForge(SelectExprProcessorForge syntheticProcessorForge,
BindProcessorForge bindProcessorForge) |
SelectExprProcessorDescriptor(SelectSubscriberDescriptor subscriberDescriptor,
SelectExprProcessorForge forge) |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastObjectArrayFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastMapFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
Constructor and Description |
---|
SelectEvalInsertWildcardJoin(SelectExprForgeContext selectExprForgeContext,
EventType resultEventType,
SelectExprProcessorForge joinWildcardProcessorForge) |
SelectEvalInsertWildcardJoinVariant(SelectExprForgeContext context,
EventType resultEventType,
SelectExprProcessorForge joinWildcardProcessorForge,
VariantEventType variantEventType) |
SelectEvalJoinWildcardProcessorTableRows(EventType[] types,
SelectExprProcessorForge inner,
TableCompileTimeResolver tableResolver) |
SelectEvalWildcardJoin(SelectExprForgeContext selectExprForgeContext,
EventType resultEventType,
SelectExprProcessorForge joinWildcardProcessorForge) |
Constructor and Description |
---|
ResultSetProcessorSimpleForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
ExprForge optionalHavingNode,
boolean isSelectRStream,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorOutputConditionType outputConditionType,
boolean isSorting,
EventType[] eventTypes) |
Copyright © 2005–2018. All rights reserved.