构造函数
ArrowCodecnew
始于: 0.12.0
声明 [src]
GArrowCodec*
garrow_codec_new (
GArrowCompressionType type,
GError** error
)
参数
返回值
类型: GArrowCodec
成功时,新创建的 GArrowCodec
,错误时为 NULL
。
该函数的调用者拥有数据的所有权,并负责释放它。 |
始于: 0.12.0
GArrowCodec*
garrow_codec_new (
GArrowCompressionType type,
GError** error
)
类型: GArrowCodec
成功时,新创建的 GArrowCodec
,错误时为 NULL
。
该函数的调用者拥有数据的所有权,并负责释放它。 |