Skip to content

functions_aggregate::expr_fn::approx_distinct should expose the function, not the module #11643

@Michael-J-Ward

Description

@Michael-J-Ward

Describe the bug

Currently, functions_aggregate::expr_fn::approx_distinct points to the module, not the fluent API function.

pub mod expr_fn {
pub use super::approx_distinct;
pub use super::approx_median::approx_median;
pub use super::approx_percentile_cont::approx_percentile_cont;
pub use super::approx_percentile_cont_with_weight::approx_percentile_cont_with_weight;

To Reproduce

No response

Expected behavior

functions_aggregate::expr_fn::approx_distinct should reference the fluent API for creating a UDAf.

Additional context

I'll have a PR shortly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions