Constructor

ArrowJSONReadernew

Declaration [src]

GArrowJSONReader*
garrow_json_reader_new (
  GArrowInputStream* input,
  GArrowJSONReadOptions* options,
  GError** error
)

Description

No description available.
Available since:0.14.0

Parameters

input GArrowInputStream
 

The input to be read.

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

A GArrowJSONReadOptions.

 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: GArrowJSONReader
 

A newly created GArrowJSONReader 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.