Function datafusion::physical_plan::string_expressions::ascii[][src]

pub fn ascii<T: StringOffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>

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