Package org.apache.drill.exec.proto
Interface UserProtos.GetQueryPlanFragmentsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.GetQueryPlanFragments
,UserProtos.GetQueryPlanFragments.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.GetQueryPlanFragmentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
required string query = 1;
com.google.protobuf.ByteString
required string query = 1;
boolean
optional bool split_plan = 3 [default = false];
getType()
optional .exec.shared.QueryType type = 2;
boolean
hasQuery()
required string query = 1;
boolean
optional bool split_plan = 3 [default = false];
boolean
hasType()
optional .exec.shared.QueryType type = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasQuery
boolean hasQuery()required string query = 1;
- Returns:
- Whether the query field is set.
-
getQuery
String getQuery()required string query = 1;
- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()required string query = 1;
- Returns:
- The bytes for query.
-
hasType
boolean hasType()optional .exec.shared.QueryType type = 2;
- Returns:
- Whether the type field is set.
-
getType
UserBitShared.QueryType getType()optional .exec.shared.QueryType type = 2;
- Returns:
- The type.
-
hasSplitPlan
boolean hasSplitPlan()optional bool split_plan = 3 [default = false];
- Returns:
- Whether the splitPlan field is set.
-
getSplitPlan
boolean getSplitPlan()optional bool split_plan = 3 [default = false];
- Returns:
- The splitPlan.
-