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§

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