Skip to content

Commit ba718e4

Browse files
committed
Merge remote-tracking branch 'origin/findepi/deprecate-invoke-and-invoke-no-args-in-favor-of-invoke-batch-dd2bd8' into findepi/migrate-invoke-no-args-to-invoke-batch-95828d
2 parents 80d3cc7 + fc1ace2 commit ba718e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

datafusion/expr/src/udf.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@ pub trait ScalarUDFImpl: Debug + Send + Sync {
499499
///
500500
/// # Performance
501501
///
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`]).
502+
/// For the best performance, the implementations should handle the common case
503+
/// when one or more of their arguments are constant values (aka
504+
/// [`ColumnarValue::Scalar`]).
505505
///
506506
/// [`ColumnarValue::values_to_arrays`] can be used to convert the arguments
507507
/// to arrays, which will likely be simpler code, but be slower.

0 commit comments

Comments
 (0)