public static interface PlanProto.ProjectionNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getChildSeq()
required int32 childSeq = 1; |
boolean |
getDistinct()
required bool distinct = 2; |
PlanProto.Target |
getTargets(int index)
repeated .Target targets = 3; |
int |
getTargetsCount()
repeated .Target targets = 3; |
List<PlanProto.Target> |
getTargetsList()
repeated .Target targets = 3; |
PlanProto.TargetOrBuilder |
getTargetsOrBuilder(int index)
repeated .Target targets = 3; |
List<? extends PlanProto.TargetOrBuilder> |
getTargetsOrBuilderList()
repeated .Target targets = 3; |
boolean |
hasChildSeq()
required int32 childSeq = 1; |
boolean |
hasDistinct()
required bool distinct = 2; |
boolean hasChildSeq()
required int32 childSeq = 1;int getChildSeq()
required int32 childSeq = 1;boolean hasDistinct()
required bool distinct = 2;boolean getDistinct()
required bool distinct = 2;List<PlanProto.Target> getTargetsList()
repeated .Target targets = 3;PlanProto.Target getTargets(int index)
repeated .Target targets = 3;int getTargetsCount()
repeated .Target targets = 3;List<? extends PlanProto.TargetOrBuilder> getTargetsOrBuilderList()
repeated .Target targets = 3;PlanProto.TargetOrBuilder getTargetsOrBuilder(int index)
repeated .Target targets = 3;Copyright © 2015 Apache Software Foundation. All Rights Reserved.