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 Type
    Method
    Description
    required string query = 1;
    com.google.protobuf.ByteString
    required string query = 1;
    boolean
    optional bool split_plan = 3 [default = false];
    optional .exec.shared.QueryType type = 2;
    boolean
    required string query = 1;
    boolean
    optional bool split_plan = 3 [default = false];
    boolean
    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

      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.