Method
ArrowFileSystemopen_input_stream
Declaration [src]
GArrowInputStream*
garrow_file_system_open_input_stream (
GArrowFileSystem* file_system,
const gchar* path,
GError** error
)
Parameters
path |
const gchar* |
The path of the input stream. |
|
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: | GArrowInputStream |
A newly created
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |