pub fn ascii<T>(
    args: &[Arc<dyn Array>]
) -> Result<Arc<dyn Array>, DataFusionError>
where T: OffsetSizeTrait,
Expand description

Returns the numeric code of the first character of the argument. ascii(‘x’) = 120