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 02a035b commit 2c65ea0Copy full SHA for 2c65ea0
datafusion/functions-aggregate-common/src/aggregate/avg_distinct/numeric.rs
@@ -15,11 +15,6 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
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
23
use std::fmt::Debug;
24
use std::mem::size_of_val;
25
use std::sync::Arc;
0 commit comments