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.
1 parent c80638b commit 4512cd8Copy full SHA for 4512cd8
datafusion/expr/src/udaf.rs
@@ -690,7 +690,7 @@ pub trait AggregateUDFImpl: Debug + Send + Sync {
690
///
691
/// Most UDFs should implement [`Self::return_type`] and not this
692
/// function as the output type for most functions only depends on the types
693
- /// of their inputs (e.g. `sqrt(f32)` is always `f32`).
+ /// of their inputs (e.g. `sum(f64)` is always `f64`).
694
695
/// This function can be used for more advanced cases such as:
696
0 commit comments