Skip to content

Commit 2f67a7e

Browse files
authored
fix: Clarify that it is only the name of the field that is ignored (#16052)
1 parent 51452d6 commit 2f67a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/expr/src/udf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ pub trait ScalarUDFImpl: Debug + Send + Sync {
464464
///
465465
/// # Example creating `Field`
466466
///
467-
/// Note the [`Field`] is ignored, except for structured types such as
467+
/// Note the name of the [`Field`] is ignored, except for structured types such as
468468
/// `DataType::Struct`.
469469
///
470470
/// ```rust

0 commit comments

Comments
 (0)