Function datafusion::functions::crypto::basic::utf8_or_binary_to_binary_type

source ยท
pub fn utf8_or_binary_to_binary_type(
    arg_type: &DataType,
    name: &str,
) -> Result<DataType, DataFusionError>