pub struct PhysicalIoHelper {
    pub expr: Arc<dyn PhysicalExpr>,
}
Expand description

Wrapper struct that allow us to use a PhysicalExpr in polars-io.

This is used to filter rows during the scan of file.

Fields§

§expr: Arc<dyn PhysicalExpr>

Trait Implementations§

Take a DataFrame and produces a boolean Series that serves as a predicate mask
Available on crate feature parquet only.
Can take &dyn Statistics and determine of a file should be read -> true or not -> false

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.