Skip to content

Commit 2c65ea0

Browse files
committed
chore: rm outdated docs
1 parent 02a035b commit 2c65ea0

File tree

1 file changed

+0
-5
lines changed
  • datafusion/functions-aggregate-common/src/aggregate/avg_distinct

1 file changed

+0
-5
lines changed

datafusion/functions-aggregate-common/src/aggregate/avg_distinct/numeric.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
//! Specialized implementation of `AVG DISTINCT` for "Native" arrays such as
19-
//! [`Int64Array`] and [`Float64Array`]
20-
//!
21-
//! [`Int64Array`]: arrow::array::Int64Array
22-
//! [`Float64Array`]: arrow::array::Float64Array
2318
use std::fmt::Debug;
2419
use std::mem::size_of_val;
2520
use std::sync::Arc;

0 commit comments

Comments
 (0)