@@ -40,13 +40,13 @@ use datafusion_common::{
40
40
} ;
41
41
use datafusion_expr:: {
42
42
abs, acos, acosh, array, array_append, array_concat, array_dims, array_element,
43
- array_has, array_has_all, array_has_any, array_intersect, array_length, array_ndims ,
44
- array_position, array_positions, array_prepend, array_remove, array_remove_all ,
45
- array_remove_n, array_repeat, array_replace, array_replace_all, array_replace_n ,
46
- array_slice, array_to_string, arrow_typeof, ascii, asin, asinh, atan , atan2 , atanh ,
47
- bit_length, btrim, cardinality, cbrt, ceil, character_length, chr , coalesce ,
48
- concat_expr, concat_ws_expr, cos, cosh, cot, current_date, current_time , date_bin ,
49
- date_part, date_trunc, decode, degrees, digest, encode, exp,
43
+ array_except , array_has, array_has_all, array_has_any, array_intersect, array_length,
44
+ array_ndims , array_position, array_positions, array_prepend, array_remove,
45
+ array_remove_all , array_remove_n, array_repeat, array_replace, array_replace_all,
46
+ array_replace_n , array_slice, array_to_string, arrow_typeof, ascii, asin, asinh,
47
+ atan , atan2 , atanh , bit_length, btrim, cardinality, cbrt, ceil, character_length,
48
+ chr , coalesce , concat_expr, concat_ws_expr, cos, cosh, cot, current_date,
49
+ current_time , date_bin , date_part, date_trunc, decode, degrees, digest, encode, exp,
50
50
expr:: { self , InList , Sort , WindowFunction } ,
51
51
factorial, flatten, floor, from_unixtime, gcd, isnan, iszero, lcm, left, ln, log,
52
52
log10, log2,
@@ -62,7 +62,7 @@ use datafusion_expr::{
62
62
Case , Cast , Expr , GetFieldAccess , GetIndexedField , GroupingSet ,
63
63
GroupingSet :: GroupingSets ,
64
64
JoinConstraint , JoinType , Like , Operator , TryCast , WindowFrame , WindowFrameBound ,
65
- WindowFrameUnits , array_except ,
65
+ WindowFrameUnits ,
66
66
} ;
67
67
use datafusion_expr:: {
68
68
array_empty, array_pop_back,
0 commit comments