default_config_transform

Function default_config_transform 

Source
pub fn default_config_transform<T>(input: &str) -> Result<T, DataFusionError>
where T: FromStr, <T as FromStr>::Err: Sync + Send + Error + 'static,
Expand description

Default transformation to parse a ConfigField for a string.

This uses FromStr to parse the data.