Expand description
ArrowBytesMap
and ArrowBytesSet
for storing maps/sets of values from
StringArray / LargeStringArray / BinaryArray / LargeBinaryArray.
Structs§
- Arrow
Bytes Map - Optimized map for storing Arrow “bytes” types (
String
,LargeString
,Binary
, andLargeBinary
) values that can produce the set of keys on output asGenericBinaryArray
without copies. - Arrow
Bytes Set - HashSet optimized for storing string or binary values that can produce that the final set as a GenericStringArray with minimal copies.
Enums§
- Output
Type - Should the output be a String or Binary?
Constants§
- INITIAL_
BUFFER_ CAPACITY - The initial size, in bytes, of the string data