public static interface Requests.FetchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
optional string connection_id = 1; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 1; |
int |
getFetchMaxRowCount()
optional uint32 fetch_max_row_count = 4; |
long |
getOffset()
optional uint64 offset = 3; |
int |
getStatementId()
optional uint32 statement_id = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConnectionId()
optional string connection_id = 1;com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 1;int getStatementId()
optional uint32 statement_id = 2;long getOffset()
optional uint64 offset = 3;int getFetchMaxRowCount()
optional uint32 fetch_max_row_count = 4;
Maximum number of rows to be returned in the frame. Negative means no limit.
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.