Constructor

ArrowCSVReadernew

Declaration [src]

GArrowCSVReader*
garrow_csv_reader_new (
  GArrowInputStream* input,
  GArrowCSVReadOptions* options,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

input GArrowInputStream
 

The input to be read.

 The data is owned by the caller of the function.
options GArrowCSVReadOptions
 

A GArrowCSVReadOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowCSVReader
 

A newly created GArrowCSVReader or NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.