Skip to main content

is_json_field

Function is_json_field 

Source
fn is_json_field(field: &Field) -> bool
Expand description

Returns true when the field is a JSON column, identified either by its Arrow extension type (greptime.json / greptime.json2) or by its greptime:type=Json marker.