Struct polars_plan::logical_plan::FileFingerPrint
source · pub struct FileFingerPrint {
pub paths: Arc<[PathBuf]>,
pub predicate: Option<Expr>,
pub slice: (usize, Option<usize>),
}
Available on crate features
ipc
or parquet
or csv
or cse
or json
only.Fields§
§paths: Arc<[PathBuf]>
§predicate: Option<Expr>
§slice: (usize, Option<usize>)
Trait Implementations§
source§impl Clone for FileFingerPrint
impl Clone for FileFingerPrint
source§fn clone(&self) -> FileFingerPrint
fn clone(&self) -> FileFingerPrint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FileFingerPrint
impl Debug for FileFingerPrint
source§impl Hash for FileFingerPrint
impl Hash for FileFingerPrint
source§impl PartialEq for FileFingerPrint
impl PartialEq for FileFingerPrint
source§fn eq(&self, other: &FileFingerPrint) -> bool
fn eq(&self, other: &FileFingerPrint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FileFingerPrint
impl StructuralPartialEq for FileFingerPrint
Auto Trait Implementations§
impl Freeze for FileFingerPrint
impl !RefUnwindSafe for FileFingerPrint
impl Send for FileFingerPrint
impl Sync for FileFingerPrint
impl Unpin for FileFingerPrint
impl !UnwindSafe for FileFingerPrint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.