Module inner

Module inner 

Source
Expand description

Encoding expressions

Macrosยง

encode_to_array ๐Ÿ”’

Structsยง

DecodeFunc
EncodeFunc

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 ๐Ÿ”’