pub struct CountWildcardRule {}
Expand description
Rewrite Count(Expr:Wildcard)
to Count(Expr:Literal)
.
Resolves issue: https://github.com/apache/arrow-datafusion/issues/5473
Implementations§
Trait Implementations§
source§impl AnalyzerRule for CountWildcardRule
impl AnalyzerRule for CountWildcardRule
source§fn analyze(&self, plan: LogicalPlan, _: &ConfigOptions) -> Result<LogicalPlan>
fn analyze(&self, plan: LogicalPlan, _: &ConfigOptions) -> Result<LogicalPlan>
Rewrite
plan
source§impl Default for CountWildcardRule
impl Default for CountWildcardRule
source§fn default() -> CountWildcardRule
fn default() -> CountWildcardRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CountWildcardRule
impl Send for CountWildcardRule
impl Sync for CountWildcardRule
impl Unpin for CountWildcardRule
impl UnwindSafe for CountWildcardRule
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