HaoYang670 commented on a change in pull request #1734:
URL: https://github.com/apache/arrow-datafusion/pull/1734#discussion_r800370911



##########
File path: datafusion/src/logical_plan/mod.rs
##########
@@ -37,17 +37,17 @@ pub use dfschema::{DFField, DFSchema, DFSchemaRef, 
ToDFSchema};
 pub use display::display_schema;
 pub use expr::{
     abs, acos, and, approx_distinct, approx_percentile_cont, array, ascii, 
asin, atan,
-    avg, binary_expr, bit_length, btrim, case, ceil, character_length, chr, 
col,
-    columnize_expr, combine_filters, concat, concat_ws, cos, count, 
count_distinct,
-    create_udaf, create_udf, date_part, date_trunc, digest, exp, 
exprlist_to_fields,
-    floor, in_list, initcap, left, length, lit, lit_timestamp_nano, ln, log10, 
log2,
-    lower, lpad, ltrim, max, md5, min, normalize_col, normalize_cols, now, 
octet_length,
-    or, random, regexp_match, regexp_replace, repeat, replace, replace_col, 
reverse,
-    rewrite_sort_cols_by_aggs, right, round, rpad, rtrim, sha224, sha256, 
sha384, sha512,
-    signum, sin, split_part, sqrt, starts_with, strpos, substr, sum, tan, 
to_hex,
-    translate, trim, trunc, unalias, unnormalize_col, unnormalize_cols, upper, 
when,
-    Column, Expr, ExprRewriter, ExpressionVisitor, Literal, Recursion, 
RewriteRecursion,
-    SimplifyInfo,
+    avg, binary_expr, bit_length, btrim, call_builtin_scalar_fn, case, ceil,

Review comment:
       Thank you, I will change it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to