Struct datafusion::datasource::listing::FileRange
source · pub struct FileRange {
pub start: i64,
pub end: i64,
}Expand description
Only scan a subset of Row Groups from the Parquet file whose data “midpoint” lies within the [start, end) byte offsets. This option can be used to scan non-overlapping sections of a Parquet file in parallel.
Fields§
§start: i64Range start
end: i64Range end
Trait Implementations§
source§impl Ord for FileRange
impl Ord for FileRange
source§impl PartialEq for FileRange
impl PartialEq for FileRange
source§impl PartialOrd for FileRange
impl PartialOrd for FileRange
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for FileRange
impl StructuralEq for FileRange
impl StructuralPartialEq for FileRange
Auto Trait Implementations§
impl RefUnwindSafe for FileRange
impl Send for FileRange
impl Sync for FileRange
impl Unpin for FileRange
impl UnwindSafe for FileRange
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.