pub fn format_type_and_metadata(
data_type: &DataType,
metadata: Option<&HashMap<String, String>>,
) -> StringExpand 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.