Skip to main content

Module read_plan

Module read_plan 

Source
Expand description

ReadPlan and ReadPlanBuilder for determining which rows to read from a Parquet file

Structsยง

LimitedReadPlanBuilder ๐Ÿ”’
Builder for ReadPlan that applies a limit and offset to the read plan
PredicateOptions
Options for ReadPlanBuilder::with_predicate_options.
ReadPlan
A plan reading specific rows from a Parquet Row Group.
ReadPlanBuilder
A builder for ReadPlan

Functionsยง

build_cursor ๐Ÿ”’
Lower a RowSelection to the cursor form requested by the resolved strategy.
filters_to_boolean_buffer ๐Ÿ”’