Skip to main content

is_structured_json_field

Function is_structured_json_field 

Source
pub fn is_structured_json_field(field: &FieldRef) -> bool
Expand 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.