public static interface BitControl.QueryContextInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultSchemaName()
default schema in current session when the query is submitted
|
com.google.protobuf.ByteString |
getDefaultSchemaNameBytes()
default schema in current session when the query is submitted
|
long |
getQueryStartTime()
start time of query in milliseconds
|
String |
getSessionId()
current session id
|
com.google.protobuf.ByteString |
getSessionIdBytes()
current session id
|
int |
getTimeZone()
timezone of the Drillbit where user is connected
|
boolean |
hasDefaultSchemaName()
default schema in current session when the query is submitted
|
boolean |
hasQueryStartTime()
start time of query in milliseconds
|
boolean |
hasSessionId()
current session id
|
boolean |
hasTimeZone()
timezone of the Drillbit where user is connected
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQueryStartTime()
start time of query in milliseconds
optional int64 query_start_time = 1;long getQueryStartTime()
start time of query in milliseconds
optional int64 query_start_time = 1;boolean hasTimeZone()
timezone of the Drillbit where user is connected
optional int32 time_zone = 2;int getTimeZone()
timezone of the Drillbit where user is connected
optional int32 time_zone = 2;boolean hasDefaultSchemaName()
default schema in current session when the query is submitted
optional string default_schema_name = 3;String getDefaultSchemaName()
default schema in current session when the query is submitted
optional string default_schema_name = 3;com.google.protobuf.ByteString getDefaultSchemaNameBytes()
default schema in current session when the query is submitted
optional string default_schema_name = 3;boolean hasSessionId()
current session id
optional string session_id = 4;String getSessionId()
current session id
optional string session_id = 4;com.google.protobuf.ByteString getSessionIdBytes()
current session id
optional string session_id = 4;Copyright © 2021 The Apache Software Foundation. All rights reserved.