public static interface PlanProto.DistinctGroupbyNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PlanProto.EvalNodeTree |
getAggFunctions(int index)
repeated .EvalNodeTree aggFunctions = 7; |
int |
getAggFunctionsCount()
repeated .EvalNodeTree aggFunctions = 7; |
List<PlanProto.EvalNodeTree> |
getAggFunctionsList()
repeated .EvalNodeTree aggFunctions = 7; |
PlanProto.EvalNodeTreeOrBuilder |
getAggFunctionsOrBuilder(int index)
repeated .EvalNodeTree aggFunctions = 7; |
List<? extends PlanProto.EvalNodeTreeOrBuilder> |
getAggFunctionsOrBuilderList()
repeated .EvalNodeTree aggFunctions = 7; |
int |
getChildSeq()
required int32 childSeq = 1; |
PlanProto.LogicalNode |
getGroupbyNode()
optional .LogicalNode groupbyNode = 2; |
PlanProto.LogicalNodeOrBuilder |
getGroupbyNodeOrBuilder()
optional .LogicalNode groupbyNode = 2; |
CatalogProtos.ColumnProto |
getGroupingKeys(int index)
repeated .ColumnProto groupingKeys = 5; |
int |
getGroupingKeysCount()
repeated .ColumnProto groupingKeys = 5; |
List<CatalogProtos.ColumnProto> |
getGroupingKeysList()
repeated .ColumnProto groupingKeys = 5; |
CatalogProtos.ColumnProtoOrBuilder |
getGroupingKeysOrBuilder(int index)
repeated .ColumnProto groupingKeys = 5; |
List<? extends CatalogProtos.ColumnProtoOrBuilder> |
getGroupingKeysOrBuilderList()
repeated .ColumnProto groupingKeys = 5; |
int |
getResultId(int index)
repeated int32 resultId = 6; |
int |
getResultIdCount()
repeated int32 resultId = 6; |
List<Integer> |
getResultIdList()
repeated int32 resultId = 6; |
PlanProto.LogicalNode |
getSubPlans(int index)
repeated .LogicalNode subPlans = 3; |
int |
getSubPlansCount()
repeated .LogicalNode subPlans = 3; |
List<PlanProto.LogicalNode> |
getSubPlansList()
repeated .LogicalNode subPlans = 3; |
PlanProto.LogicalNodeOrBuilder |
getSubPlansOrBuilder(int index)
repeated .LogicalNode subPlans = 3; |
List<? extends PlanProto.LogicalNodeOrBuilder> |
getSubPlansOrBuilderList()
repeated .LogicalNode subPlans = 3; |
PlanProto.Target |
getTargets(int index)
repeated .Target targets = 4; |
int |
getTargetsCount()
repeated .Target targets = 4; |
List<PlanProto.Target> |
getTargetsList()
repeated .Target targets = 4; |
PlanProto.TargetOrBuilder |
getTargetsOrBuilder(int index)
repeated .Target targets = 4; |
List<? extends PlanProto.TargetOrBuilder> |
getTargetsOrBuilderList()
repeated .Target targets = 4; |
boolean |
hasChildSeq()
required int32 childSeq = 1; |
boolean |
hasGroupbyNode()
optional .LogicalNode groupbyNode = 2; |
boolean hasChildSeq()
required int32 childSeq = 1;int getChildSeq()
required int32 childSeq = 1;boolean hasGroupbyNode()
optional .LogicalNode groupbyNode = 2;PlanProto.LogicalNode getGroupbyNode()
optional .LogicalNode groupbyNode = 2;PlanProto.LogicalNodeOrBuilder getGroupbyNodeOrBuilder()
optional .LogicalNode groupbyNode = 2;List<PlanProto.LogicalNode> getSubPlansList()
repeated .LogicalNode subPlans = 3;PlanProto.LogicalNode getSubPlans(int index)
repeated .LogicalNode subPlans = 3;int getSubPlansCount()
repeated .LogicalNode subPlans = 3;List<? extends PlanProto.LogicalNodeOrBuilder> getSubPlansOrBuilderList()
repeated .LogicalNode subPlans = 3;PlanProto.LogicalNodeOrBuilder getSubPlansOrBuilder(int index)
repeated .LogicalNode subPlans = 3;List<PlanProto.Target> getTargetsList()
repeated .Target targets = 4;PlanProto.Target getTargets(int index)
repeated .Target targets = 4;int getTargetsCount()
repeated .Target targets = 4;List<? extends PlanProto.TargetOrBuilder> getTargetsOrBuilderList()
repeated .Target targets = 4;PlanProto.TargetOrBuilder getTargetsOrBuilder(int index)
repeated .Target targets = 4;List<CatalogProtos.ColumnProto> getGroupingKeysList()
repeated .ColumnProto groupingKeys = 5;CatalogProtos.ColumnProto getGroupingKeys(int index)
repeated .ColumnProto groupingKeys = 5;int getGroupingKeysCount()
repeated .ColumnProto groupingKeys = 5;List<? extends CatalogProtos.ColumnProtoOrBuilder> getGroupingKeysOrBuilderList()
repeated .ColumnProto groupingKeys = 5;CatalogProtos.ColumnProtoOrBuilder getGroupingKeysOrBuilder(int index)
repeated .ColumnProto groupingKeys = 5;int getResultIdCount()
repeated int32 resultId = 6;int getResultId(int index)
repeated int32 resultId = 6;List<PlanProto.EvalNodeTree> getAggFunctionsList()
repeated .EvalNodeTree aggFunctions = 7;PlanProto.EvalNodeTree getAggFunctions(int index)
repeated .EvalNodeTree aggFunctions = 7;int getAggFunctionsCount()
repeated .EvalNodeTree aggFunctions = 7;List<? extends PlanProto.EvalNodeTreeOrBuilder> getAggFunctionsOrBuilderList()
repeated .EvalNodeTree aggFunctions = 7;PlanProto.EvalNodeTreeOrBuilder getAggFunctionsOrBuilder(int index)
repeated .EvalNodeTree aggFunctions = 7;Copyright © 2015 Apache Software Foundation. All Rights Reserved.