Modifier and Type | Method and Description |
---|---|
static AggregationServiceForgeDesc |
AggregationServiceFactoryFactory.getService(List<ExprAggregateNode> selectAggregateExprNodes,
Map<ExprNode,String> selectClauseNamedNodes,
List<ExprDeclaredNode> declaredExpressions,
ExprNode[] groupByNodes,
MultiKeyClassRef groupByMultiKey,
List<ExprAggregateNode> havingAggregateExprNodes,
List<ExprAggregateNode> orderByAggregateExprNodes,
List<ExprAggregateNodeGroupKey> groupKeyExpressions,
boolean hasGroupByClause,
Annotation[] annotations,
VariableCompileTimeResolver variableCompileTimeResolver,
boolean isDisallowNoReclaim,
ExprNode whereClause,
ExprNode havingClause,
EventType[] typesPerStream,
AggregationGroupByRollupDescForge groupByRollupDesc,
String optionalContextName,
IntoTableSpec intoTableSpec,
TableCompileTimeResolver tableCompileTimeResolver,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect,
ClasspathImportServiceCompileTime classpathImportService,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver) |
Modifier and Type | Field and Description |
---|---|
protected AggregationGroupByRollupDescForge |
AggSvcGroupByRollupForge.rollupDesc |
Modifier and Type | Method and Description |
---|---|
AggregationGroupByRollupDescForge |
GroupByRollupPlanDesc.getRollupDesc() |
Constructor and Description |
---|
AggSvcGroupByRollupForge(AggregationRowStateForgeDesc rowStateForgeDesc,
AggregationGroupByRollupDescForge rollupDesc,
ExprNode[] groupByNodes) |
GroupByRollupPlanDesc(ExprNode[] expressions,
AggregationGroupByRollupDescForge rollupDesc) |
Constructor and Description |
---|
AggregationServiceFactoryForgeTable(TableMetaData metadata,
TableColumnMethodPairForge[] methodPairs,
int[] accessColumnsZeroOffset,
AggregationAgentForge[] accessAgents,
AggregationGroupByRollupDescForge groupByRollupDesc) |
Modifier and Type | Method and Description |
---|---|
AggregationGroupByRollupDescForge |
GroupByRollupInfo.getRollupDesc() |
Constructor and Description |
---|
GroupByRollupInfo(ExprNode[] exprNodes,
AggregationGroupByRollupDescForge rollupDesc,
List<StmtClassForgeableFactory> additionalForgeables,
MultiKeyClassRef optionalMultiKey) |
Modifier and Type | Method and Description |
---|---|
AggregationGroupByRollupDescForge |
ResultSetProcessorRowPerGroupRollupForge.getGroupByRollupDesc() |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupRollupForge(EventType resultEventType,
GroupByRollupPerLevelForge perLevelForges,
ExprNode[] groupKeyNodeExpressions,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean noDataWindowSingleStream,
AggregationGroupByRollupDescForge groupByRollupDesc,
boolean isJoin,
boolean isHistoricalOnly,
boolean iterateUnbounded,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes,
MultiKeyClassRef multiKeyClassRef) |
Copyright © 2005–2019. All rights reserved.