public static interface UserProtos.GetQueryPlanFragmentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getQuery()
required string query = 1; |
com.google.protobuf.ByteString |
getQueryBytes()
required string query = 1; |
boolean |
getSplitPlan()
optional bool split_plan = 3 [default = false]; |
UserBitShared.QueryType |
getType()
optional .exec.shared.QueryType type = 2; |
boolean |
hasQuery()
required string query = 1; |
boolean |
hasSplitPlan()
optional bool split_plan = 3 [default = false]; |
boolean |
hasType()
optional .exec.shared.QueryType type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasQuery()
required string query = 1;
String getQuery()
required string query = 1;
com.google.protobuf.ByteString getQueryBytes()
required string query = 1;
boolean hasType()
optional .exec.shared.QueryType type = 2;
UserBitShared.QueryType getType()
optional .exec.shared.QueryType type = 2;
boolean hasSplitPlan()
optional bool split_plan = 3 [default = false];
boolean getSplitPlan()
optional bool split_plan = 3 [default = false];
Copyright © 1970 The Apache Software Foundation. All rights reserved.