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 f849968 commit d01d8d5Copy full SHA for d01d8d5
datafusion/src/physical_plan/aggregates.rs
@@ -359,7 +359,7 @@ static TIMESTAMPS: &[DataType] = &[
359
static DATES: &[DataType] = &[DataType::Date32, DataType::Date64];
360
361
/// the signatures supported by the function `fun`.
362
-pub fn signature(fun: &AggregateFunction) -> Signature {
+pub(super) fn signature(fun: &AggregateFunction) -> Signature {
363
// note: the physical expression must accept the type returned by this function or the execution panics.
364
match fun {
365
AggregateFunction::Count
0 commit comments