构造函数
ArrowMemoryMappedInputStreamnew
声明 [源代码]
GArrowMemoryMappedInputStream*
garrow_memory_mapped_input_stream_new (
const gchar* path,
GError** error
)
返回值
类型: GArrowMemoryMappedInputStream
新创建的 GArrowMemoryMappedInputStream
或出错时返回 NULL
。
函数调用者拥有数据的所有权,并负责释放它。 |
返回值可以为 NULL 。 |