Struct datafusion::logical_plan::Offset
source · [−]pub struct Offset {
pub offset: usize,
pub input: Arc<LogicalPlan>,
}
Expand description
Adjusts the starting point at which the rest of the expressions begin to effect
Fields
offset: usize
The offset
input: Arc<LogicalPlan>
The logical plan
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Offset
impl Send for Offset
impl Sync for Offset
impl Unpin for Offset
impl !UnwindSafe for Offset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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