Constructor

ArrowLocalFileSystemnew

Declaration [src]

GArrowLocalFileSystem*
garrow_local_file_system_new (
  GArrowLocalFileSystemOptions* options
)

Description

No description available.
Available since:0.17.0

Parameters

options GArrowLocalFileSystemOptions
 

A GArrowLocalFileSystemOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: GArrowLocalFileSystem
 

A newly created GArrowLocalFileSystem.

 The caller of the function takes ownership of the data, and is responsible for freeing it.