okhsunrog commented on code in PR #10927:
URL: https://github.com/apache/arrow-rs/pull/10927#discussion_r3905609539
##########
arrow-select/src/dictionary.rs:
##########
@@ -140,6 +142,10 @@ impl<'a, V> Interner<'a, V> {
}
}
+/// For each referenced value of a dictionary, its index within that
dictionary's
+/// values and its bytes (`None` for a null value)
+type MaskedValues<'a> = Vec<(usize, Option<&'a [u8]>)>;
Review Comment:
Thanks :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]