Struct polars_plan::logical_plan::FileFingerPrint
source · [−]pub struct FileFingerPrint {
pub path: PathBuf,
pub predicate: Option<Expr>,
pub slice: (usize, Option<usize>),
}
Fields
path: PathBuf
predicate: Option<Expr>
slice: (usize, Option<usize>)
Trait Implementations
sourceimpl Clone for FileFingerPrint
impl Clone for FileFingerPrint
sourcefn clone(&self) -> FileFingerPrint
fn clone(&self) -> FileFingerPrint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FileFingerPrint
impl Debug for FileFingerPrint
sourceimpl Hash for FileFingerPrint
impl Hash for FileFingerPrint
sourceimpl PartialEq<FileFingerPrint> for FileFingerPrint
impl PartialEq<FileFingerPrint> for FileFingerPrint
sourcefn eq(&self, other: &FileFingerPrint) -> bool
fn eq(&self, other: &FileFingerPrint) -> bool
impl Eq for FileFingerPrint
impl StructuralEq for FileFingerPrint
impl StructuralPartialEq for FileFingerPrint
Auto Trait Implementations
impl !RefUnwindSafe for FileFingerPrint
impl Send for FileFingerPrint
impl Sync for FileFingerPrint
impl Unpin for FileFingerPrint
impl !UnwindSafe for FileFingerPrint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere
T: Hash + ?Sized,
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.