Module polars_lazy::frame 
source · Expand description
Lazy variant of a DataFrame.
Modules§
- pivotpivotPolars lazy does not implement a pivot because it is impossible to know the schema without materializing the whole dataset. This makes a pivot quite a terrible operation for performant workflows. An optimization can never be pushed down passed a pivot.
Structs§
- InProcessQueryNon-WebAssembly
- Lazy abstraction over an eagerDataFrame. It really is an abstraction over a logical plan. The methods of this struct will incrementally modify a logical plan until output is requested (viacollect).
- Utility struct for lazy group_by operation.
- State of the allowed optimizations
- ScanArgsIpcipc
- ScanArgsParquetparquet
Traits§
- Reads LazyFrame from a filesystem or a cloud storage. Supports glob patterns.
Type Aliases§
- AllowedOptimizations