Skip to content

Commit

Permalink
remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Sep 5, 2024
1 parent e85e82d commit 1a2e192
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ pub mod prim_op;
use arrow::{
array::{Array, ArrayRef, AsArray, BooleanArray, PrimitiveArray},
compute,
datatypes::{
DataType, Float16Type, Float32Type, Float64Type, Int16Type, Int32Type, Int64Type,
Int8Type, UInt16Type, UInt32Type, UInt64Type, UInt8Type,
},
datatypes::UInt32Type,
};
use datafusion_common::{
arrow_datafusion_err, utils::get_arrayref_at_indices, DataFusionError, Result,
Expand All @@ -38,8 +35,6 @@ use datafusion_common::{
use datafusion_expr_common::accumulator::Accumulator;
use datafusion_expr_common::groups_accumulator::{EmitTo, GroupsAccumulator};

use crate::aggregate::groups_accumulator::nulls::{filtered_null_mask, set_nulls};

/// An adapter that implements [`GroupsAccumulator`] for any [`Accumulator`]
///
/// While [`Accumulator`] are simpler to implement and can support
Expand Down

0 comments on commit 1a2e192

Please sign in to comment.