diff --git a/datafusion/proto/src/logical_plan/from_proto.rs b/datafusion/proto/src/logical_plan/from_proto.rs index e0e682b444980..0c01b03c5c6c5 100644 --- a/datafusion/proto/src/logical_plan/from_proto.rs +++ b/datafusion/proto/src/logical_plan/from_proto.rs @@ -47,15 +47,15 @@ use datafusion_common::{ use datafusion_expr::expr::Unnest; use datafusion_expr::window_frame::{check_window_frame, regularize_window_order_by}; use datafusion_expr::{ - acos, acosh, array_dims, array_distinct, array_element, array_empty, - array_except, array_has, array_has_all, array_has_any, array_intersect, array_length, - array_ndims, array_pop_back, array_pop_front, array_position, array_positions, - array_remove, array_remove_all, array_remove_n, array_repeat, array_replace, - array_replace_all, array_replace_n, array_resize, array_slice, array_sort, - array_union, arrow_typeof, ascii, asin, asinh, atan, atan2, atanh, bit_length, btrim, - cardinality, cbrt, ceil, character_length, chr, coalesce, concat_expr, - concat_ws_expr, cos, cosh, cot, current_date, current_time, date_bin, date_part, - date_trunc, degrees, digest, ends_with, exp, + acos, acosh, array_dims, array_distinct, array_element, array_empty, array_except, + array_has, array_has_all, array_has_any, array_intersect, array_length, array_ndims, + array_pop_back, array_pop_front, array_position, array_positions, array_remove, + array_remove_all, array_remove_n, array_repeat, array_replace, array_replace_all, + array_replace_n, array_resize, array_slice, array_sort, array_union, arrow_typeof, + ascii, asin, asinh, atan, atan2, atanh, bit_length, btrim, cardinality, cbrt, ceil, + character_length, chr, coalesce, concat_expr, concat_ws_expr, cos, cosh, cot, + current_date, current_time, date_bin, date_part, date_trunc, degrees, digest, + ends_with, exp, expr::{self, InList, Sort, WindowFunction}, factorial, find_in_set, flatten, floor, from_unixtime, gcd, gen_range, initcap, instr, iszero, lcm, left, levenshtein, ln, log, log10, log2,