Table.chunked_arrays


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.15.0" ) ]
public Table.chunked_arrays (Schema schema, ChunkedArray[] chunked_arrays) throws Error

Parameters:

schema

The schema of the table.

chunked_arrays

The chunked arrays of the table.

n_chunked_arrays

The number of chunked arrays.

Returns:

A newly created Table or null on error.