format_type_and_metadata

Function format_type_and_metadata 

Source
pub fn format_type_and_metadata(
    data_type: &DataType,
    metadata: Option<&HashMap<String, String>>,
) -> String
Expand description

Given a data type represented by storage and optional metadata, generate a user-facing string

This function exists to reduce the number of Field debug strings that are used to communicate type information in error messages and plan explain renderings.