pub struct InlineTableScan;
Expand description
Analyzed rule that inlines TableScan that provide a LogicalPlan
(DataFrame / ViewTable)
Implementations§
Trait Implementations§
source§impl AnalyzerRule for InlineTableScan
impl AnalyzerRule for InlineTableScan
source§fn analyze(&self, plan: LogicalPlan, _: &ConfigOptions) -> Result<LogicalPlan>
fn analyze(&self, plan: LogicalPlan, _: &ConfigOptions) -> Result<LogicalPlan>
Rewrite
plan
source§impl Default for InlineTableScan
impl Default for InlineTableScan
source§fn default() -> InlineTableScan
fn default() -> InlineTableScan
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InlineTableScan
impl Send for InlineTableScan
impl Sync for InlineTableScan
impl Unpin for InlineTableScan
impl UnwindSafe for InlineTableScan
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