Constructor
ArrowLocalFileSystemnew
since: 0.17.0
Declaration [src]
GArrowLocalFileSystem*
garrow_local_file_system_new (
GArrowLocalFileSystemOptions* options
)
Parameters
options
-
Type:
GArrowLocalFileSystemOptions
A
GArrowLocalFileSystemOptions
.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GArrowLocalFileSystem
A newly created GArrowLocalFileSystem
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |