Skip to content

Commit

Permalink
use appropriate path for approx_distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Aug 10, 2024
1 parent 5f9c0ca commit 3b82f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use datafusion_expr::{

#[pyfunction]
pub fn approx_distinct(expression: PyExpr) -> PyExpr {
functions_aggregate::expr_fn::approx_distinct::approx_distinct(expression.expr).into()
functions_aggregate::expr_fn::approx_distinct(expression.expr).into()
}

#[pyfunction]
Expand Down

0 comments on commit 3b82f91

Please sign in to comment.