Constructor
ParquetArrowFileReadernew_path
Declaration [src]
GParquetArrowFileReader*
gparquet_arrow_file_reader_new_path (
const gchar* path,
GError** error
)
Parameters
path |
const gchar* |
Path to be read. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GParquetArrowFileReader |
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 . |