fn decode(args: &[ColumnarValue]) -> Result<ColumnarValue>Expand description
Decodes the given data, accepts Binary, LargeBinary, Utf8, Utf8View or LargeUtf8 and returns a [ColumnarValue].
Second argument is the encoding to use.
Standard encodings are base64 and hex.