Table.record_batches


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.12.0" ) ]
public Table.record_batches (Schema schema, RecordBatch[] record_batches) throws Error

Parameters:

schema

The schema of the table.

record_batches

The record batches that have data for the table.

n_record_batches

The number of record batches.

Returns:

A newly created Table or null on error.