API Version: 24.0
Library Version: 24.0.0.dev
Generated by gi-docgen 2025.3
enum Arrow.JSONReadUnexpectedFieldBehavior
They are corresponding to arrow::json::UnexpectedFieldBehavior values.
arrow::json::UnexpectedFieldBehavior
GARROW_JSON_READ_IGNORE
Ignore other fields.
0
GARROW_JSON_READ_ERROR
Return error.
1
GARROW_JSON_READ_INFER_TYPE
Infer a type.
2
Content