Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::physical_expr::encoding_expressions - Rust
[go: Go Back, main page]

Expand description

Encoding expressions

Functions

  • Decodes the given data, accepts Binary, LargeBinary, Utf8 or LargeUtf8 and returns a ColumnarValue. Second argument is the encoding to use. Standard encodings are base64 and hex.
  • Encodes the given data, accepts Binary, LargeBinary, Utf8 or LargeUtf8 and returns a ColumnarValue. Second argument is the encoding to use. Standard encodings are base64 and hex.