Package org.apache.calcite.avatica.proto
Class Requests.ExecuteRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.calcite.avatica.proto.Requests.ExecuteRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,Requests.ExecuteRequestOrBuilder
- Enclosing class:
- Requests
public static final class Requests.ExecuteRequest extends com.google.protobuf.GeneratedMessageV3 implements Requests.ExecuteRequestOrBuilder
Request for Meta#execute(Meta.ConnectionHandle, list, long)
Protobuf typeExecuteRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequests.ExecuteRequest.BuilderRequest for Meta#execute(Meta.ConnectionHandle, list, long)-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private static Requests.ExecuteRequestDEFAULT_INSTANCEstatic intDEPRECATED_FIRST_FRAME_MAX_SIZE_FIELD_NUMBERprivate longdeprecatedFirstFrameMaxSize_static intFIRST_FRAME_MAX_SIZE_FIELD_NUMBERprivate intfirstFrameMaxSize_static intHAS_PARAMETER_VALUES_FIELD_NUMBERprivate booleanhasParameterValues_private bytememoizedIsInitializedstatic intPARAMETER_VALUES_FIELD_NUMBERprivate java.util.List<Common.TypedValue>parameterValues_private static com.google.protobuf.Parser<Requests.ExecuteRequest>PARSERprivate static longserialVersionUIDprivate Common.StatementHandlestatementHandle_static intSTATEMENTHANDLE_FIELD_NUMBER
-
Constructor Summary
Constructors Modifier Constructor Description privateExecuteRequest()privateExecuteRequest(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)privateExecuteRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static Requests.ExecuteRequestgetDefaultInstance()Requests.ExecuteRequestgetDefaultInstanceForType()longgetDeprecatedFirstFrameMaxSize()Deprecated, use the signed int instead.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()intgetFirstFrameMaxSize()The maximum number of rows to return in the first FramebooleangetHasParameterValues()bool has_parameter_values = 4;Common.TypedValuegetParameterValues(int index)repeated .TypedValue parameter_values = 2;intgetParameterValuesCount()repeated .TypedValue parameter_values = 2;java.util.List<Common.TypedValue>getParameterValuesList()repeated .TypedValue parameter_values = 2;Common.TypedValueOrBuildergetParameterValuesOrBuilder(int index)repeated .TypedValue parameter_values = 2;java.util.List<? extends Common.TypedValueOrBuilder>getParameterValuesOrBuilderList()repeated .TypedValue parameter_values = 2;com.google.protobuf.Parser<Requests.ExecuteRequest>getParserForType()intgetSerializedSize()Common.StatementHandlegetStatementHandle().StatementHandle statementHandle = 1;Common.StatementHandleOrBuildergetStatementHandleOrBuilder().StatementHandle statementHandle = 1;com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasStatementHandle().StatementHandle statementHandle = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Requests.ExecuteRequest.BuildernewBuilder()static Requests.ExecuteRequest.BuildernewBuilder(Requests.ExecuteRequest prototype)Requests.ExecuteRequest.BuildernewBuilderForType()protected Requests.ExecuteRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Requests.ExecuteRequestparseDelimitedFrom(java.io.InputStream input)static Requests.ExecuteRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.ExecuteRequestparseFrom(byte[] data)static Requests.ExecuteRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.ExecuteRequestparseFrom(com.google.protobuf.ByteString data)static Requests.ExecuteRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.ExecuteRequestparseFrom(com.google.protobuf.CodedInputStream input)static Requests.ExecuteRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.ExecuteRequestparseFrom(java.io.InputStream input)static Requests.ExecuteRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Requests.ExecuteRequestparseFrom(java.nio.ByteBuffer data)static Requests.ExecuteRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Requests.ExecuteRequest>parser()Requests.ExecuteRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
STATEMENTHANDLE_FIELD_NUMBER
public static final int STATEMENTHANDLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
statementHandle_
private Common.StatementHandle statementHandle_
-
PARAMETER_VALUES_FIELD_NUMBER
public static final int PARAMETER_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
parameterValues_
private java.util.List<Common.TypedValue> parameterValues_
-
DEPRECATED_FIRST_FRAME_MAX_SIZE_FIELD_NUMBER
public static final int DEPRECATED_FIRST_FRAME_MAX_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
deprecatedFirstFrameMaxSize_
private long deprecatedFirstFrameMaxSize_
-
HAS_PARAMETER_VALUES_FIELD_NUMBER
public static final int HAS_PARAMETER_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
hasParameterValues_
private boolean hasParameterValues_
-
FIRST_FRAME_MAX_SIZE_FIELD_NUMBER
public static final int FIRST_FRAME_MAX_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
firstFrameMaxSize_
private int firstFrameMaxSize_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final Requests.ExecuteRequest DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<Requests.ExecuteRequest> PARSER
-
-
Constructor Detail
-
ExecuteRequest
private ExecuteRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
ExecuteRequest
private ExecuteRequest()
-
ExecuteRequest
private ExecuteRequest(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasStatementHandle
public boolean hasStatementHandle()
.StatementHandle statementHandle = 1;- Specified by:
hasStatementHandlein interfaceRequests.ExecuteRequestOrBuilder
-
getStatementHandle
public Common.StatementHandle getStatementHandle()
.StatementHandle statementHandle = 1;- Specified by:
getStatementHandlein interfaceRequests.ExecuteRequestOrBuilder
-
getStatementHandleOrBuilder
public Common.StatementHandleOrBuilder getStatementHandleOrBuilder()
.StatementHandle statementHandle = 1;- Specified by:
getStatementHandleOrBuilderin interfaceRequests.ExecuteRequestOrBuilder
-
getParameterValuesList
public java.util.List<Common.TypedValue> getParameterValuesList()
repeated .TypedValue parameter_values = 2;- Specified by:
getParameterValuesListin interfaceRequests.ExecuteRequestOrBuilder
-
getParameterValuesOrBuilderList
public java.util.List<? extends Common.TypedValueOrBuilder> getParameterValuesOrBuilderList()
repeated .TypedValue parameter_values = 2;- Specified by:
getParameterValuesOrBuilderListin interfaceRequests.ExecuteRequestOrBuilder
-
getParameterValuesCount
public int getParameterValuesCount()
repeated .TypedValue parameter_values = 2;- Specified by:
getParameterValuesCountin interfaceRequests.ExecuteRequestOrBuilder
-
getParameterValues
public Common.TypedValue getParameterValues(int index)
repeated .TypedValue parameter_values = 2;- Specified by:
getParameterValuesin interfaceRequests.ExecuteRequestOrBuilder
-
getParameterValuesOrBuilder
public Common.TypedValueOrBuilder getParameterValuesOrBuilder(int index)
repeated .TypedValue parameter_values = 2;- Specified by:
getParameterValuesOrBuilderin interfaceRequests.ExecuteRequestOrBuilder
-
getDeprecatedFirstFrameMaxSize
public long getDeprecatedFirstFrameMaxSize()
Deprecated, use the signed int instead.
uint64 deprecated_first_frame_max_size = 3;- Specified by:
getDeprecatedFirstFrameMaxSizein interfaceRequests.ExecuteRequestOrBuilder
-
getHasParameterValues
public boolean getHasParameterValues()
bool has_parameter_values = 4;- Specified by:
getHasParameterValuesin interfaceRequests.ExecuteRequestOrBuilder
-
getFirstFrameMaxSize
public int getFirstFrameMaxSize()
The maximum number of rows to return in the first Frame
int32 first_frame_max_size = 5;- Specified by:
getFirstFrameMaxSizein interfaceRequests.ExecuteRequestOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Requests.ExecuteRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Requests.ExecuteRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Requests.ExecuteRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Requests.ExecuteRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Requests.ExecuteRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Requests.ExecuteRequest.Builder newBuilder()
-
newBuilder
public static Requests.ExecuteRequest.Builder newBuilder(Requests.ExecuteRequest prototype)
-
toBuilder
public Requests.ExecuteRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Requests.ExecuteRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Requests.ExecuteRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Requests.ExecuteRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<Requests.ExecuteRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Requests.ExecuteRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-