Function datafusion::physical_expr::string_expressions::ascii
source · pub fn ascii<T>(
args: &[Arc<dyn Array, Global>]
) -> Result<Arc<dyn Array, Global>, DataFusionError>where
T: OffsetSizeTrait,
Expand description
Returns the numeric code of the first character of the argument. ascii(‘x’) = 120