pub struct PhysicalValues {
pub schema: SchemaRef,
pub rows: Vec<Vec<Expr>>,
/* private fields */
}Fields§
§schema: SchemaRef§rows: Vec<Vec<Expr>>Implementations§
Trait Implementations§
Source§impl Debug for PhysicalValues
impl Debug for PhysicalValues
Source§impl Display for PhysicalValues
impl Display for PhysicalValues
Source§impl VolcanoExecutor for PhysicalValues
impl VolcanoExecutor for PhysicalValues
fn next( &self, context: &mut ExecutionContext<'_>, ) -> QuillSQLResult<Option<Tuple>>
fn output_schema(&self) -> SchemaRef
fn init(&self, _context: &mut ExecutionContext<'_>) -> QuillSQLResult<()>
Auto Trait Implementations§
impl !Freeze for PhysicalValues
impl RefUnwindSafe for PhysicalValues
impl Send for PhysicalValues
impl Sync for PhysicalValues
impl Unpin for PhysicalValues
impl UnsafeUnpin for PhysicalValues
impl UnwindSafe for PhysicalValues
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