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