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

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