public interface ArrowRecordBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getRowCount()
Deprecated.
google.cloud.bigquery.storage.v1.ArrowRecordBatch.row_count is deprecated. See
google/cloud/bigquery/storage/v1/arrow.proto;l=43
|
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;@Deprecated long getRowCount()
[Deprecated] The count of rows in `serialized_record_batch`. Please use the format-independent ReadRowsResponse.row_count instead.
int64 row_count = 2 [deprecated = true];Copyright © 2023 Google LLC. All rights reserved.