Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guojidan committed Feb 27, 2024
1 parent 1e69932 commit 32cc0a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions datafusion/proto/src/logical_plan/from_proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32cc0a5

Please sign in to comment.