Skip to content

Commit 6a291c2

Browse files
committed
fmt
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
1 parent 5a30dd0 commit 6a291c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

datafusion/proto/src/logical_plan/from_proto.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ use datafusion_common::{
4040
};
4141
use datafusion_expr::{
4242
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,
5050
expr::{self, InList, Sort, WindowFunction},
5151
factorial, flatten, floor, from_unixtime, gcd, isnan, iszero, lcm, left, ln, log,
5252
log10, log2,
@@ -62,7 +62,7 @@ use datafusion_expr::{
6262
Case, Cast, Expr, GetFieldAccess, GetIndexedField, GroupingSet,
6363
GroupingSet::GroupingSets,
6464
JoinConstraint, JoinType, Like, Operator, TryCast, WindowFrame, WindowFrameBound,
65-
WindowFrameUnits, array_except,
65+
WindowFrameUnits,
6666
};
6767
use datafusion_expr::{
6868
array_empty, array_pop_back,

0 commit comments

Comments
 (0)