dharanad commented on code in PR #11452:
URL: https://github.com/apache/datafusion/pull/11452#discussion_r1677181297
##########
datafusion/functions/src/core/mod.rs:
##########
@@ -81,10 +80,6 @@ pub mod expr_fn {
coalesce,
"Returns `coalesce(args...)`, which evaluates to the value of the
first expr which is not NULL",
args,
- ),(
- make_map,
- "Returns a map created from the given keys and values pairs. This
function isn't efficient for large maps. Use the `map` function instead.",
- args,
Review Comment:
Agreed, We can use to document this function in
https://datafusion.apache.org/user-guide/sql/scalar_functions.html
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]