public static interface ArrowProto.ArrowRecordBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getRowCount()
The count of rows in the returning block.
|
com.google.protobuf.ByteString |
getSerializedRecordBatch()
IPC serialized Arrow RecordBatch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSerializedRecordBatch()
IPC serialized Arrow RecordBatch.
bytes serialized_record_batch = 1;long getRowCount()
The count of rows in the returning block.
int64 row_count = 2;Copyright © 2021 Google LLC. All rights reserved.