viirya commented on code in PR #7615:
URL: https://github.com/apache/arrow-datafusion/pull/7615#discussion_r1333312014


##########
docs/source/user-guide/sql/scalar_functions.md:
##########
@@ -2566,12 +2566,28 @@ arrow_cast(expression, datatype)
 - **expression**: Expression to cast.
   Can be a constant, column, or function, and any combination of arithmetic or
   string operators.
-- **datatype**: [Arrow data 
type](https://arrow.apache.org/datafusion/user-guide/sql/data_types.html)
-  to cast to.
+- **datatype**: [Arrow data 
type](https://docs.rs/arrow/latest/arrow/datatypes/enum.DataType.html) name
+  to cast to, as a string. The format is the same as that returned by 
[`arrow_cast`]

Review Comment:
   ```suggestion
     to cast to, as a string. The format is the same as that returned by 
[`arrow_typeof`]
   ```



-- 
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