Constructor

ArrowSubTreeFileSystemnew

since: 0.17.0

Declaration [src]

GArrowSubTreeFileSystem*
garrow_sub_tree_file_system_new (
  const gchar* base_path,
  GArrowFileSystem* base_file_system
)

Description

No description available.

Available since: 0.17.0

Parameters

base_path

Type: 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

Type: GArrowFileSystem

A GArrowFileSystem as the base file system.

The data is owned by the caller of the function.

Return value

Type: GArrowSubTreeFileSystem

A newly created GArrowSubTreeFileSystem.

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