comphead commented on code in PR #9229: URL: https://github.com/apache/arrow-datafusion/pull/9229#discussion_r1490085787
########## datafusion/common/src/scalar/mod.rs: ########## @@ -15,7 +15,9 @@ // specific language governing permissions and limitations // under the License. -//! This module provides ScalarValue, an enum that can be used for storage of single elements +//! [`ScalarValue`]: stores single constant values Review Comment: constant may be misleading. Maybe like ``` In databases, a scalar value is simply a single value, as opposed to a set of values or a combination of values. It's like having just one piece of information ``` -- 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]
