Path(s) to a file. If a single path is given, it can be a globbing pattern.
Options for scanParquet
OptionalallowMissingColumns?: booleanOptionalcache?: booleanOptionalcloudOptions?: Record<string, string>Optionalglob?: booleanOptionalhivePartitioning?: booleanOptionalhiveSchema?: unknownOptionalincludeFilePaths?: stringOptionallowMemory?: booleanOptionalnRows?: numberOptionalparallel?: "columns" | "auto" | "row_groups" | "none"Optionalrechunk?: booleanOptionalretries?: numberOptionalrowIndexName?: stringOptionalrowIndexOffset?: numberOptionaltryParseHiveDates?: booleanOptionaluseStatistics?: boolean
Lazily read from a local or cloud-hosted parquet file (or files).
This function allows the query optimizer to push down predicates and projections to the scan level, typically increasing performance and reducing memory overhead.
This allows the query optimizer to push down predicates and projections to the scan level, thereby potentially reducing memory overhead.