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