Struct datafusion::logical_plan::Values
source · [−]Expand description
Values expression. See Postgres VALUES documentation for more details.
Fields
schema: Arc<DFSchema>
The table schema
values: Vec<Vec<Expr, Global>, Global>
Values
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Values
impl Send for Values
impl Sync for Values
impl Unpin for Values
impl !UnwindSafe for Values
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