plain_json_struct_type

Function plain_json_struct_type 

Source
pub(crate) fn plain_json_struct_type(item_type: ConcreteDataType) -> StructType
Expand 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".