构造函数

ArrowSubTreeFileSystemnew

起始版本: 0.17.0

声明 [src]

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

描述

无可用描述。

可用起始版本: 0.17.0

参数

base_path

类型: const gchar*

子树文件系统的基本路径。

数据由函数的调用者拥有。
该值是 NUL 结尾的 UTF-8 字符串。
base_file_system

类型: GArrowFileSystem

作为基本文件系统的 GArrowFileSystem

数据由函数的调用者拥有。

返回值

类型: GArrowSubTreeFileSystem

新创建的 GArrowSubTreeFileSystem

函数的调用者拥有数据的所有权,并负责释放它。