fn plain_json_struct_type(data_type: &DataType) -> StructTypeExpand description
A special struct type for denoting “plain”(not object) json value. It has only one field, with
fixed name JSON_PLAIN_FIELD_NAME and with metadata JSON_PLAIN_FIELD_METADATA_KEY = "true".