Enumeration

ArrowJSONReadUnexpectedFieldBehavior

Declaration

enum Arrow.JSONReadUnexpectedFieldBehavior

Description [src]

They are corresponding to arrow::json::UnexpectedFieldBehavior values.

Members

Name Description
GARROW_JSON_READ_IGNORE

Ignore other fields.

GARROW_JSON_READ_ERROR

Return error.

GARROW_JSON_READ_INFER_TYPE

Infer a type.