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

Module binary_view_map

Source
Expand description

ArrowBytesViewMap and ArrowBytesViewSet for storing maps/sets of values from StringViewArray/BinaryViewArray. Much of the code is from binary_map.rs, but with simpler implementation because we directly use the GenericByteViewBuilder.

Structs§

ArrowBytesViewMap
Optimized map for storing Arrow “byte view” types (StringView, BinaryView) values that can produce the set of keys on output as GenericBinaryViewArray without copies.
ArrowBytesViewSet
HashSet optimized for storing string or binary values that can produce that the final set as a GenericBinaryViewArray with minimal copies.