public static interface AvroProto.AvroRowsOrBuilder
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 |
getSerializedBinaryRows()
Binary serialized rows in a block.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSerializedBinaryRows()
Binary serialized rows in a block.
bytes serialized_binary_rows = 1;long getRowCount()
The count of rows in the returning block.
int64 row_count = 2;Copyright © 2022 Google LLC. All rights reserved.