We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80d3cc7 + fc1ace2 commit ba718e4Copy full SHA for ba718e4
datafusion/expr/src/udf.rs
@@ -499,9 +499,9 @@ pub trait ScalarUDFImpl: Debug + Send + Sync {
499
///
500
/// # Performance
501
502
- /// For the best performance, the implementations of `invoke` should handle
503
- /// the common case when one or more of their arguments are constant values
504
- /// (aka [`ColumnarValue::Scalar`]).
+ /// For the best performance, the implementations should handle the common case
+ /// when one or more of their arguments are constant values (aka
+ /// [`ColumnarValue::Scalar`]).
505
506
/// [`ColumnarValue::values_to_arrays`] can be used to convert the arguments
507
/// to arrays, which will likely be simpler code, but be slower.
0 commit comments