Function re_viewer::external::arrow::row::encode_dictionary_values
pub fn encode_dictionary_values<K>(
data: &mut [u8],
offsets: &mut [usize],
column: &DictionaryArray<K>,
values: &Rows,
null: &Row<'_>,
)where
K: ArrowDictionaryKeyType,
Expand description
Encode dictionary values not preserving the dictionary encoding