Skip to content

Commit 4512cd8

Browse files
committed
Update docs to use aggregate example
1 parent c80638b commit 4512cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/expr/src/udaf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ pub trait AggregateUDFImpl: Debug + Send + Sync {
690690
///
691691
/// Most UDFs should implement [`Self::return_type`] and not this
692692
/// function as the output type for most functions only depends on the types
693-
/// of their inputs (e.g. `sqrt(f32)` is always `f32`).
693+
/// of their inputs (e.g. `sum(f64)` is always `f64`).
694694
///
695695
/// This function can be used for more advanced cases such as:
696696
///

0 commit comments

Comments
 (0)