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


##########
datafusion/expr/src/columnar_value.rs:
##########
@@ -26,11 +26,14 @@ use datafusion_common::{internal_err, Result, ScalarValue};
 use std::sync::Arc;
 
 /// Represents the result of evaluating an expression: either a single
-/// `ScalarValue` or an [`ArrayRef`].
+/// [`ScalarValue`] or an [`ArrayRef`].
 ///
 /// While a [`ColumnarValue`] can always be converted into an array
 /// for convenience, it is often much more performant to provide an
 /// optimized path for scalar values.
+///
+/// See [ColumnarValue::values_to_arrays] for a function that converts

Review Comment:
   ```suggestion
   /// See [`ColumnarValue::values_to_arrays`] for a function that converts
   ```



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