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_common::binary_map - Rust
[go: Go Back, main page]

Module binary_map

Source
Expand description

ArrowBytesMap and ArrowBytesSet for storing maps/sets of values from StringArray / LargeStringArray / BinaryArray / LargeBinaryArray.

Structs§

ArrowBytesMap
Optimized map for storing Arrow “bytes” types (String, LargeString, Binary, and LargeBinary) values that can produce the set of keys on output as GenericBinaryArray without copies.
ArrowBytesSet
HashSet optimized for storing string or binary values that can produce that the final set as a GenericStringArray with minimal copies.

Enums§

OutputType
Should the output be a String or Binary?

Constants§

INITIAL_BUFFER_CAPACITY
The initial size, in bytes, of the string data