Constructor
ArrowJSONReadernew
Declaration [src]
GArrowJSONReader*
garrow_json_reader_new (
GArrowInputStream* input,
GArrowJSONReadOptions* options,
GError** error
)
Parameters
input |
GArrowInputStream |
The input to be read. |
|
The data is owned by the caller of the function. | |
options |
GArrowJSONReadOptions |
A |
|
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 |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |