Interface ArrowProto.ArrowRecordBatchOrBuilder (3.4.0)

public static interface ArrowProto.ArrowRecordBatchOrBuilder 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.

getSerializedRecordBatch()

public abstract ByteString getSerializedRecordBatch()

IPC serialized Arrow RecordBatch.

bytes serialized_record_batch = 1;

Returns
TypeDescription
ByteString

The serializedRecordBatch.