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
ReadPlan ๐Ÿ”’
A plan reading specific rows from a Parquet Row Group.
ReadPlanBuilder ๐Ÿ”’
A builder for ReadPlan