Skip to main content

Module byte_array

Module byte_array 

Source

MacrosΒ§

downcast_dict_impl πŸ”’
downcast_dict_op πŸ”’
downcast_op πŸ”’

StructsΒ§

ByteArrayEncoder
ByteArrayStorage πŸ”’
[Storage] for the [Interner] used by DictEncoder
DictEncoder πŸ”’
A dictionary encoder for byte array data
FallbackEncoder πŸ”’
A fallback encoder, i.e. non-dictionary, for ByteArray

EnumsΒ§

FallbackEncoderImpl πŸ”’
The fallback encoder in use

FunctionsΒ§

compute_min_max πŸ”’
Computes the min and max for the provided array and indices
count_within_budget_offsets πŸ”’
Number of leading indices whose cumulative plain-encoded size fits byte_budget (boundary value included), for offset-buffer byte arrays (Utf8/LargeUtf8/Binary/LargeBinary).
count_within_budget_views πŸ”’
Number of leading indices whose cumulative plain-encoded size fits byte_budget (boundary value included), for view arrays (Utf8View, BinaryView).
encode πŸ”’
Encodes the provided values and indices to encoder
max_view_value_len πŸ”’
Upper bound on any single value’s byte length in a view array.
update_geo_stats_accumulator πŸ”’
Updates geospatial statistics for the provided array and indices