pub struct InlineTableScan;Expand description
Optimization rule that inlines TableScan that provide a LogicalPlan ([DataFrame] / [ViewTable])
Implementations
Trait Implementations
sourceimpl Default for InlineTableScan
impl Default for InlineTableScan
sourcefn default() -> InlineTableScan
fn default() -> InlineTableScan
Returns the “default value” for a type. Read more
sourceimpl OptimizerRule for InlineTableScan
impl OptimizerRule for InlineTableScan
sourcefn optimize(
&self,
plan: &LogicalPlan,
_optimizer_config: &mut OptimizerConfig
) -> Result<LogicalPlan>
fn optimize(
&self,
plan: &LogicalPlan,
_optimizer_config: &mut OptimizerConfig
) -> Result<LogicalPlan>
Rewrite
plan to an optimized formAuto Trait Implementations
impl RefUnwindSafe for InlineTableScan
impl Send for InlineTableScan
impl Sync for InlineTableScan
impl Unpin for InlineTableScan
impl UnwindSafe for InlineTableScan
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