[ CCode ( has_construct_function = false ) ]
public RecordBatch (Schema schema, uint32 n_rows, List<Array> columns) throws Error
| 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. |
|
A newly created RecordBatch or null on error. |