Modifier and Type | Method and Description |
---|---|
static AggregationCodegenRowLevelDesc |
AggregationCodegenRowLevelDesc.fromTopOnly(AggregationRowStateForgeDesc rowStateDesc) |
Modifier and Type | Field and Description |
---|---|
protected AggregationRowStateForgeDesc |
AggregationServiceGroupAllForge.rowStateDesc |
Constructor and Description |
---|
AggregationServiceGroupAllForge(AggregationRowStateForgeDesc rowStateDesc) |
Modifier and Type | Method and Description |
---|---|
AggregationRowStateForgeDesc |
AggGroupByDesc.getRowStateForgeDescs() |
Constructor and Description |
---|
AggGroupByDesc(AggregationRowStateForgeDesc rowStateForgeDescs,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect,
ExprNode[] groupByNodes) |
Modifier and Type | Field and Description |
---|---|
protected AggregationRowStateForgeDesc |
AggSvcGroupByRollupForge.rowStateForgeDesc |
Constructor and Description |
---|
AggSvcGroupByRollupForge(AggregationRowStateForgeDesc rowStateForgeDesc,
AggregationGroupByRollupDesc rollupDesc,
ExprNode[] groupByNodes) |
Modifier and Type | Method and Description |
---|---|
AggregationRowStateForgeDesc |
TableAccessAnalysisResult.getAggDesc() |
Constructor and Description |
---|
TableAccessAnalysisResult(Map<String,TableMetadataColumn> tableColumns,
ObjectArrayEventType internalEventType,
ObjectArrayEventType publicEventType,
TableMetadataColumnPairPlainCol[] colsPlain,
TableMetadataColumnPairAggMethod[] colsAggMethod,
TableMetadataColumnPairAggAccess[] colsAccess,
AggregationRowStateForgeDesc aggDesc,
String[] primaryKeyColumns,
EventPropertyGetterSPI[] primaryKeyGetters,
Class[] primaryKeyTypes,
int[] primaryKeyColNums) |
Copyright © 2005–2018. All rights reserved.