Constructor

ArrowTableBatchReadernew

Declaration [src]

GArrowTableBatchReader*
garrow_table_batch_reader_new (
  GArrowTable* table
)

Description

No description available.
Available since:0.8.0

Parameters

table GArrowTable
 

The table to be read.

 The data is owned by the caller of the function.

Return value

Returns: GArrowTableBatchReader
 

A newly created GArrowTableBatchReader.

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