Constructor

ArrowLocalFileSystemnew

since: 0.17.0

[]

Declaration [src]

GArrowLocalFileSystem*
garrow_local_file_system_new (
  GArrowLocalFileSystemOptions* options
)
[]

Description

No description available.

Available since: 0.17.0

[]

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.