Package org.apache.drill.exec.proto
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 TypeMethodDescriptiondefault schema in current session when the query is submittedcom.google.protobuf.ByteString
default schema in current session when the query is submittedlong
start time of query in millisecondscurrent session idcom.google.protobuf.ByteString
current session idint
timezone of the Drillbit where user is connectedboolean
default schema in current session when the query is submittedboolean
start time of query in millisecondsboolean
current session idboolean
timezone of the Drillbit where user is connectedMethods 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.
-