API 版本: 1.0
库版本: 20.0.0
由 gi-docgen 2023.1 生成
since: 6.0.0
GArrowSchema* garrow_schema_import ( gpointer c_abi_schema, GError** error )
可用版本:6.0.0
c_abi_schema
类型: gpointer
gpointer
一个 struct ArrowSchema *。
struct ArrowSchema *
error (错误)
类型: GError **
GError **
用于 可恢复错误 的返回位置。
NULL
GError*
GError
类型: GArrowSchema
GArrowSchema
成功时,返回一个导入的 GArrowSchema;发生错误时,返回 NULL。
即使此函数报告错误,您也不需要释放传递的 struct ArrowSchema *。