Constructor

ArrowTableBatchReadernew

since: 0.8.0

Declaration [src]

GArrowTableBatchReader*
garrow_table_batch_reader_new (
  GArrowTable* table
)

Description

No description available.

Available since: 0.8.0

Parameters

table

Type: GArrowTable

The table to be read.

The data is owned by the caller of the function.

Return value

Type: GArrowTableBatchReader

A newly created GArrowTableBatchReader.

The caller of the function takes ownership of the data, and is responsible for freeing it.