pub fn is_structured_json_field(field: &FieldRef) -> boolExpand description
Check if this field is a structured JSON field.
Legacy JSONB columns may carry JSON extension metadata due to old metadata versions, but their physical Arrow type is still Binary. They must not enter structured JSON alignment paths.