Function datafusion::physical_plan::string_expressions::upper
source · [−]pub fn upper(args: &[ColumnarValue]) -> Result<ColumnarValue>
Expand description
Converts the string to all upper case. upper(‘tom’) = ‘TOM’