pub fn upper(args: &[ColumnarValue]) -> Result<ColumnarValue>
Expand description

Converts the string to all upper case. upper(‘tom’) = ‘TOM’