Function datafusion_functions::string::ascii::ascii

source ·
pub fn ascii<T: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description

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