Class Service.ExecuteRequest
- java.lang.Object
-
- org.apache.calcite.avatica.remote.Service.Base
-
- org.apache.calcite.avatica.remote.Service.Request
-
- org.apache.calcite.avatica.remote.Service.ExecuteRequest
-
- Enclosing interface:
- Service
public static class Service.ExecuteRequest extends Service.Request
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.protobuf.Descriptors.FieldDescriptorDEPRECATED_FIRST_FRAME_MAX_SIZE_DESCRIPTORprivate static com.google.protobuf.Descriptors.FieldDescriptorFIRST_FRAME_MAX_SIZE_DESCRIPTORintmaxRowCountjava.util.List<TypedValue>parameterValuesprivate static com.google.protobuf.Descriptors.FieldDescriptorSTATEMENT_HANDLE_DESCRIPTORMeta.StatementHandlestatementHandle-
Fields inherited from class org.apache.calcite.avatica.remote.Service.Base
PRIME
-
-
Constructor Summary
Constructors Constructor Description ExecuteRequest()ExecuteRequest(Meta.StatementHandle statementHandle, java.util.List<TypedValue> parameterValues, int maxRowCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Service.ExecuteResponseaccept(Service service)(package private) Service.ExecuteRequestdeserialize(com.google.protobuf.Message genericMsg)booleanequals(java.lang.Object o)inthashCode()(package private) Requests.ExecuteRequestserialize()-
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
-
-
-
Field Detail
-
STATEMENT_HANDLE_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor STATEMENT_HANDLE_DESCRIPTOR
-
DEPRECATED_FIRST_FRAME_MAX_SIZE_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor DEPRECATED_FIRST_FRAME_MAX_SIZE_DESCRIPTOR
-
FIRST_FRAME_MAX_SIZE_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor FIRST_FRAME_MAX_SIZE_DESCRIPTOR
-
statementHandle
public final Meta.StatementHandle statementHandle
-
parameterValues
public final java.util.List<TypedValue> parameterValues
-
maxRowCount
public final int maxRowCount
-
-
Constructor Detail
-
ExecuteRequest
ExecuteRequest()
-
ExecuteRequest
public ExecuteRequest(Meta.StatementHandle statementHandle, java.util.List<TypedValue> parameterValues, int maxRowCount)
-
-
Method Detail
-
accept
Service.ExecuteResponse accept(Service service)
- Specified by:
acceptin classService.Request
-
deserialize
Service.ExecuteRequest deserialize(com.google.protobuf.Message genericMsg)
- Specified by:
deserializein classService.Request
-
serialize
Requests.ExecuteRequest serialize()
- Specified by:
serializein classService.Request
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-