Struct pgx_pg_sys::LimitState
source · [−]#[repr(C)]pub struct LimitState {
pub ps: PlanState,
pub limitOffset: *mut ExprState,
pub limitCount: *mut ExprState,
pub limitOption: LimitOption,
pub offset: int64,
pub count: int64,
pub noCount: bool,
pub lstate: LimitStateCond,
pub position: int64,
pub subSlot: *mut TupleTableSlot,
pub eqfunction: *mut ExprState,
pub last_slot: *mut TupleTableSlot,
}Fields
ps: PlanStatelimitOffset: *mut ExprStatelimitCount: *mut ExprStatelimitOption: LimitOptionoffset: int64count: int64noCount: boollstate: LimitStateCondposition: int64subSlot: *mut TupleTableSloteqfunction: *mut ExprStatelast_slot: *mut TupleTableSlotTrait Implementations
sourceimpl Clone for LimitState
impl Clone for LimitState
sourcefn clone(&self) -> LimitState
fn clone(&self) -> LimitState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LimitState
impl Debug for LimitState
sourceimpl Default for LimitState
impl Default for LimitState
sourceimpl Display for LimitState
impl Display for LimitState
sourceimpl PgNode for LimitState
impl PgNode for LimitState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for LimitState
Auto Trait Implementations
impl RefUnwindSafe for LimitState
impl !Send for LimitState
impl !Sync for LimitState
impl Unpin for LimitState
impl UnwindSafe for LimitState
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