public static final class UserProtos.RunQuery extends com.google.protobuf.GeneratedMessageV3 implements UserProtos.RunQueryOrBuilder
Request message for running a query.Protobuf type
exec.user.RunQuery
Modifier and Type | Class and Description |
---|---|
static class |
UserProtos.RunQuery.Builder
Request message for running a query.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
AUTOLIMIT_ROWCOUNT_FIELD_NUMBER |
static int |
FRAGMENTS_FIELD_NUMBER |
static com.google.protobuf.Parser<UserProtos.RunQuery> |
PARSER
Deprecated.
|
static int |
PLAN_FIELD_NUMBER |
static int |
PREPARED_STATEMENT_HANDLE_FIELD_NUMBER |
static int |
RESULTS_MODE_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAutolimitRowcount()
Input for indicating the limit on a query's result set.
|
static UserProtos.RunQuery |
getDefaultInstance() |
UserProtos.RunQuery |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
BitControl.PlanFragment |
getFragments(int index)
Input for query type EXECUTION.
|
int |
getFragmentsCount()
Input for query type EXECUTION.
|
List<BitControl.PlanFragment> |
getFragmentsList()
Input for query type EXECUTION.
|
BitControl.PlanFragmentOrBuilder |
getFragmentsOrBuilder(int index)
Input for query type EXECUTION.
|
List<? extends BitControl.PlanFragmentOrBuilder> |
getFragmentsOrBuilderList()
Input for query type EXECUTION.
|
com.google.protobuf.Parser<UserProtos.RunQuery> |
getParserForType() |
String |
getPlan()
Input for query type LOGICAL, PHYSICAL or SQL.
|
com.google.protobuf.ByteString |
getPlanBytes()
Input for query type LOGICAL, PHYSICAL or SQL.
|
UserProtos.PreparedStatementHandle |
getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.
|
UserProtos.PreparedStatementHandleOrBuilder |
getPreparedStatementHandleOrBuilder()
Input for query type PREPARED_STATEMENT.
|
UserProtos.QueryResultsMode |
getResultsMode()
optional .exec.user.QueryResultsMode results_mode = 1; |
int |
getSerializedSize() |
UserBitShared.QueryType |
getType()
optional .exec.shared.QueryType type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAutolimitRowcount()
Input for indicating the limit on a query's result set.
|
int |
hashCode() |
boolean |
hasPlan()
Input for query type LOGICAL, PHYSICAL or SQL.
|
boolean |
hasPreparedStatementHandle()
Input for query type PREPARED_STATEMENT.
|
boolean |
hasResultsMode()
optional .exec.user.QueryResultsMode results_mode = 1; |
boolean |
hasType()
optional .exec.shared.QueryType type = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserProtos.RunQuery.Builder |
newBuilder() |
static UserProtos.RunQuery.Builder |
newBuilder(UserProtos.RunQuery prototype) |
UserProtos.RunQuery.Builder |
newBuilderForType() |
protected UserProtos.RunQuery.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserProtos.RunQuery |
parseDelimitedFrom(InputStream input) |
static UserProtos.RunQuery |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.RunQuery |
parseFrom(byte[] data) |
static UserProtos.RunQuery |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.RunQuery |
parseFrom(ByteBuffer data) |
static UserProtos.RunQuery |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.RunQuery |
parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.RunQuery |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.RunQuery |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.RunQuery |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.RunQuery |
parseFrom(InputStream input) |
static UserProtos.RunQuery |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserProtos.RunQuery> |
parser() |
UserProtos.RunQuery.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int RESULTS_MODE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int PLAN_FIELD_NUMBER
public static final int FRAGMENTS_FIELD_NUMBER
public static final int PREPARED_STATEMENT_HANDLE_FIELD_NUMBER
public static final int AUTOLIMIT_ROWCOUNT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserProtos.RunQuery> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasResultsMode()
optional .exec.user.QueryResultsMode results_mode = 1;
hasResultsMode
in interface UserProtos.RunQueryOrBuilder
public UserProtos.QueryResultsMode getResultsMode()
optional .exec.user.QueryResultsMode results_mode = 1;
getResultsMode
in interface UserProtos.RunQueryOrBuilder
public boolean hasType()
optional .exec.shared.QueryType type = 2;
hasType
in interface UserProtos.RunQueryOrBuilder
public UserBitShared.QueryType getType()
optional .exec.shared.QueryType type = 2;
getType
in interface UserProtos.RunQueryOrBuilder
public boolean hasPlan()
Input for query type LOGICAL, PHYSICAL or SQL.
optional string plan = 3;
hasPlan
in interface UserProtos.RunQueryOrBuilder
public String getPlan()
Input for query type LOGICAL, PHYSICAL or SQL.
optional string plan = 3;
getPlan
in interface UserProtos.RunQueryOrBuilder
public com.google.protobuf.ByteString getPlanBytes()
Input for query type LOGICAL, PHYSICAL or SQL.
optional string plan = 3;
getPlanBytes
in interface UserProtos.RunQueryOrBuilder
public List<BitControl.PlanFragment> getFragmentsList()
Input for query type EXECUTION. Input is a set of executable fragments.
repeated .exec.bit.control.PlanFragment fragments = 4;
getFragmentsList
in interface UserProtos.RunQueryOrBuilder
public List<? extends BitControl.PlanFragmentOrBuilder> getFragmentsOrBuilderList()
Input for query type EXECUTION. Input is a set of executable fragments.
repeated .exec.bit.control.PlanFragment fragments = 4;
getFragmentsOrBuilderList
in interface UserProtos.RunQueryOrBuilder
public int getFragmentsCount()
Input for query type EXECUTION. Input is a set of executable fragments.
repeated .exec.bit.control.PlanFragment fragments = 4;
getFragmentsCount
in interface UserProtos.RunQueryOrBuilder
public BitControl.PlanFragment getFragments(int index)
Input for query type EXECUTION. Input is a set of executable fragments.
repeated .exec.bit.control.PlanFragment fragments = 4;
getFragments
in interface UserProtos.RunQueryOrBuilder
public BitControl.PlanFragmentOrBuilder getFragmentsOrBuilder(int index)
Input for query type EXECUTION. Input is a set of executable fragments.
repeated .exec.bit.control.PlanFragment fragments = 4;
getFragmentsOrBuilder
in interface UserProtos.RunQueryOrBuilder
public boolean hasPreparedStatementHandle()
Input for query type PREPARED_STATEMENT. Input is a prepared statement handle to state on server side which is returned in response to CreatePreparedStatementReq.
optional .exec.user.PreparedStatementHandle prepared_statement_handle = 5;
hasPreparedStatementHandle
in interface UserProtos.RunQueryOrBuilder
public UserProtos.PreparedStatementHandle getPreparedStatementHandle()
Input for query type PREPARED_STATEMENT. Input is a prepared statement handle to state on server side which is returned in response to CreatePreparedStatementReq.
optional .exec.user.PreparedStatementHandle prepared_statement_handle = 5;
getPreparedStatementHandle
in interface UserProtos.RunQueryOrBuilder
public UserProtos.PreparedStatementHandleOrBuilder getPreparedStatementHandleOrBuilder()
Input for query type PREPARED_STATEMENT. Input is a prepared statement handle to state on server side which is returned in response to CreatePreparedStatementReq.
optional .exec.user.PreparedStatementHandle prepared_statement_handle = 5;
getPreparedStatementHandleOrBuilder
in interface UserProtos.RunQueryOrBuilder
public boolean hasAutolimitRowcount()
Input for indicating the limit on a query's result set.
optional int32 autolimit_rowcount = 6;
hasAutolimitRowcount
in interface UserProtos.RunQueryOrBuilder
public int getAutolimitRowcount()
Input for indicating the limit on a query's result set.
optional int32 autolimit_rowcount = 6;
getAutolimitRowcount
in interface UserProtos.RunQueryOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static UserProtos.RunQuery parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.RunQuery parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.RunQuery parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.RunQuery parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.RunQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.RunQuery parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserProtos.RunQuery parseFrom(InputStream input) throws IOException
IOException
public static UserProtos.RunQuery parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserProtos.RunQuery parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UserProtos.RunQuery parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserProtos.RunQuery parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UserProtos.RunQuery parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UserProtos.RunQuery.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static UserProtos.RunQuery.Builder newBuilder()
public static UserProtos.RunQuery.Builder newBuilder(UserProtos.RunQuery prototype)
public UserProtos.RunQuery.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UserProtos.RunQuery.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static UserProtos.RunQuery getDefaultInstance()
public static com.google.protobuf.Parser<UserProtos.RunQuery> parser()
public com.google.protobuf.Parser<UserProtos.RunQuery> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UserProtos.RunQuery getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 1970 The Apache Software Foundation. All rights reserved.