alamb commented on code in PR #10434: URL: https://github.com/apache/arrow-rs/pull/10434#discussion_r3651177385
########## parquet/src/arrow/arrow_reader/selection/mod.rs: ########## @@ -15,83 +15,48 @@ // specific language governing permissions and limitations // under the License. +//! Logic for selecting which rows to read: [`RowSelection`] and [`RowSelector`] +//! +//! This module holds [`RowSelection`] and its public API, which dispatches to +//! one of the two backings depending on how the selection is stored: +//! +//! * `selector`: the run length backing, [`RowSelector`] and its primitives Review Comment: ❤️ -- 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]
