RecordBatch


Description:

[ CCode ( has_construct_function = false ) ]
public RecordBatch (Schema schema, uint32 n_rows, List<Array> columns) throws Error

Parameters:

schema

The schema of the record batch.

n_rows

The number of the rows in the record batch.

columns

The columns in the record batch.

Returns:

A newly created RecordBatch or null on error.