We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038bbf7 commit c461088Copy full SHA for c461088
kernel/src/engine/arrow_utils.rs
@@ -281,9 +281,8 @@ pub(crate) fn get_requested_indices(
281
Ok((mask_indices, reorder_indexes))
282
}
283
284
-/// Create a mask that will only select the specified indices from the parquet. Currently we only
285
-/// handle "root" level columns, and hence use `ProjectionMask::roots`, but will support leaf
286
-/// selection in the future. See issues #86 and #96 as well.
+/// Create a mask that will only select the specified indices from the parquet. `indices` can be
+/// computed from a [`Schema`] using [`get_requested_indices`]
287
pub(crate) fn generate_mask(
288
_requested_schema: &SchemaRef,
289
_parquet_schema: &ArrowSchemaRef,
0 commit comments