@@ -27,11 +27,11 @@ pub use datafusion_common::{
2727 Column , DFField , DFSchema , DFSchemaRef , ExprSchema , ToDFSchema ,
2828} ;
2929pub use datafusion_expr:: {
30- abs, acos, and, approx_distinct, approx_percentile_cont, array , ascii, asin, atan,
31- atan2 , avg, bit_length, btrim, call_fn, case, cast, ceil, character_length, chr,
32- coalesce , col, combine_filters, concat, concat_expr, concat_ws, concat_ws_expr, cos,
33- count , count_distinct, create_udaf, create_udf, date_part, date_trunc, digest,
34- exists , exp , expr_rewriter,
30+ abs, acos, and, approx_distinct, approx_percentile_cont, ascii, asin, atan, atan2 ,
31+ avg, bit_length, btrim, call_fn, case, cast, ceil, character_length, chr, coalesce ,
32+ col, combine_filters, concat, concat_expr, concat_ws, concat_ws_expr, cos, count ,
33+ count_distinct, create_udaf, create_udf, date_part, date_trunc, digest, exists , exp ,
34+ expr_rewriter,
3535 expr_rewriter:: {
3636 normalize_col, normalize_col_with_schemas, normalize_cols, replace_col,
3737 rewrite_sort_cols_by_aggs, unnormalize_col, unnormalize_cols, ExprRewritable ,
@@ -50,11 +50,11 @@ pub use datafusion_expr::{
5050 StringifiedPlan , Subquery , TableScan , ToStringifiedPlan , Union ,
5151 UserDefinedLogicalNode , Values ,
5252 } ,
53- lower, lpad, ltrim, max, md5, min, not_exists, not_in_subquery, now, now_expr ,
54- nullif, octet_length, or, power, random, regexp_match, regexp_replace, repeat ,
55- replace, reverse, right, round, rpad, rtrim, scalar_subquery, sha224, sha256, sha384 ,
56- sha512, signum, sin, split_part, sqrt, starts_with, strpos, substr, sum, tan, to_hex ,
57- to_timestamp_micros, to_timestamp_millis, to_timestamp_seconds, translate, trim ,
58- trunc, unalias, upper, when, Expr , ExprSchemable , Literal , Operator ,
53+ lower, lpad, ltrim, make_array , max, md5, min, not_exists, not_in_subquery, now,
54+ now_expr , nullif, octet_length, or, power, random, regexp_match, regexp_replace,
55+ repeat , replace, reverse, right, round, rpad, rtrim, scalar_subquery, sha224, sha256,
56+ sha384 , sha512, signum, sin, split_part, sqrt, starts_with, strpos, substr, sum, tan,
57+ to_hex , to_timestamp_micros, to_timestamp_millis, to_timestamp_seconds, translate,
58+ trim , trunc, unalias, upper, when, Expr , ExprSchemable , Literal , Operator ,
5959} ;
6060pub use datafusion_optimizer:: expr_simplifier:: { ExprSimplifiable , SimplifyInfo } ;
0 commit comments