Interface AvroProto.AvroRowsOrBuilder (2.8.2)

See more code actions.
public static interface AvroProto.AvroRowsOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract long getRowCount()

The count of rows in the returning block.

int64 row_count = 2;

Returns
TypeDescription
long

The rowCount.

getSerializedBinaryRows()

public abstract ByteString getSerializedBinaryRows()

Binary serialized rows in a block.

bytes serialized_binary_rows = 1;

Returns
TypeDescription
ByteString

The serializedBinaryRows.