Method

ArrowTableBatchReaderset_max_chunk_size

Declaration [src]

void
garrow_table_batch_reader_set_max_chunk_size (
  GArrowTableBatchReader* reader,
  gint64 max_chunk_size
)

Description [src]

Set the desired maximum chunk size of record batches.

The actual chunk size of each record batch may be smaller, depending on actual chunking characteristics of each table column.

Available since:12.0.0

Parameters

max_chunk_size gint64
 

The maximum chunk size of record batches.