We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e971add commit c89357eCopy full SHA for c89357e
src/expr.rs
@@ -28,7 +28,7 @@ use datafusion::arrow::pyarrow::PyArrowType;
28
use datafusion::functions::core::expr_ext::FieldAccessor;
29
use datafusion::logical_expr::{
30
col,
31
- expr::{AggregateFunction, InList, InSubquery, ScalarFunction, Sort, WindowFunction},
+ expr::{AggregateFunction, InList, InSubquery, ScalarFunction, WindowFunction},
32
lit, Between, BinaryExpr, Case, Cast, Expr, Like, Operator, TryCast,
33
};
34
use datafusion::scalar::ScalarValue;
0 commit comments