fn is_json_field(field: &Field) -> bool
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.
greptime.json
greptime.json2
greptime:type=Json