Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datafusion/expr/src/udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ pub trait ScalarUDFImpl: Debug + Send + Sync {
///
/// # Example creating `Field`
///
/// Note the [`Field`] is ignored, except for structured types such as
/// Note the name of the [`Field`] is ignored, except for structured types such as
/// `DataType::Struct`.
///
/// ```rust
Expand Down