Expand description
Encoding expressions
Macrosยง
- encode_
to_ ๐array
Structsยง
Enumsยง
- Encoding ๐
Constantsยง
- BASE64_
ENGINE ๐
Functionsยง
- base64_
decode ๐ - base64_
encode ๐ - decode ๐
- 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. - decode_
process ๐ - decode_
to_ ๐array - encode ๐
- Encodes 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. - encode_
process ๐ - hex_
decode ๐ - hex_
encode ๐