Constructor
ArrowSubTreeFileSystemnew
Declaration [src]
GArrowSubTreeFileSystem*
garrow_sub_tree_file_system_new (
const gchar* base_path,
GArrowFileSystem* base_file_system
)
Parameters
base_path |
const gchar* |
A base path of the sub tree file system. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
base_file_system |
GArrowFileSystem |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowSubTreeFileSystem |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |