Interface BitControl.QueryContextInformationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BitControl.QueryContextInformation, BitControl.QueryContextInformation.Builder
Enclosing class:
BitControl

public static interface BitControl.QueryContextInformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    default schema in current session when the query is submitted
    com.google.protobuf.ByteString
    default schema in current session when the query is submitted
    long
    start time of query in milliseconds
    current session id
    com.google.protobuf.ByteString
    current session id
    int
    timezone of the Drillbit where user is connected
    boolean
    default schema in current session when the query is submitted
    boolean
    start time of query in milliseconds
    boolean
    current session id
    boolean
    timezone of the Drillbit where user is connected

    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

    • hasQueryStartTime

      boolean hasQueryStartTime()
       start time of query in milliseconds
       
      optional int64 query_start_time = 1;
      Returns:
      Whether the queryStartTime field is set.
    • getQueryStartTime

      long getQueryStartTime()
       start time of query in milliseconds
       
      optional int64 query_start_time = 1;
      Returns:
      The queryStartTime.
    • hasTimeZone

      boolean hasTimeZone()
       timezone of the Drillbit where user is connected
       
      optional int32 time_zone = 2;
      Returns:
      Whether the timeZone field is set.
    • getTimeZone

      int getTimeZone()
       timezone of the Drillbit where user is connected
       
      optional int32 time_zone = 2;
      Returns:
      The timeZone.
    • hasDefaultSchemaName

      boolean hasDefaultSchemaName()
       default schema in current session when the query is submitted
       
      optional string default_schema_name = 3;
      Returns:
      Whether the defaultSchemaName field is set.
    • getDefaultSchemaName

      String getDefaultSchemaName()
       default schema in current session when the query is submitted
       
      optional string default_schema_name = 3;
      Returns:
      The defaultSchemaName.
    • getDefaultSchemaNameBytes

      com.google.protobuf.ByteString getDefaultSchemaNameBytes()
       default schema in current session when the query is submitted
       
      optional string default_schema_name = 3;
      Returns:
      The bytes for defaultSchemaName.
    • hasSessionId

      boolean hasSessionId()
       current session id
       
      optional string session_id = 4;
      Returns:
      Whether the sessionId field is set.
    • getSessionId

      String getSessionId()
       current session id
       
      optional string session_id = 4;
      Returns:
      The sessionId.
    • getSessionIdBytes

      com.google.protobuf.ByteString getSessionIdBytes()
       current session id
       
      optional string session_id = 4;
      Returns:
      The bytes for sessionId.