We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf65e10 commit fee0b9cCopy full SHA for fee0b9c
src/functions.rs
@@ -37,7 +37,7 @@ use datafusion_expr::{
37
38
#[pyfunction]
39
pub fn approx_distinct(expression: PyExpr) -> PyExpr {
40
- functions_aggregate::expr_fn::approx_distinct::approx_distinct(expression.expr).into()
+ functions_aggregate::expr_fn::approx_distinct(expression.expr).into()
41
}
42
43
0 commit comments