Interface AvroProto.AvroRowsOrBuilder (3.2.0)

public static interface AvroProto.AvroRowsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRowCount()

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.