Expand description
ReadPlan and ReadPlanBuilder for determining which rows to read
from a Parquet file
Structsยง
- Limited
Read ๐Plan Builder - Builder for
ReadPlanthat applies a limit and offset to the read plan - Predicate
Options - Options for
ReadPlanBuilder::with_predicate_options. - Read
Plan - A plan reading specific rows from a Parquet Row Group.
- Read
Plan Builder - A builder for
ReadPlan
Functionsยง
- truncate_
filter_ ๐after_ n_ trues - Produce a new
BooleanArrayof the same length asfilterin which only the firstntruepositions fromfilterremaintrue; anytruepositions beyond the firstnare replaced withfalse.