Skip to content

Commit

Permalink
remove unused Array.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Sep 5, 2024
1 parent 1a2e192 commit fc2a0b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub mod nulls;
pub mod prim_op;

use arrow::{
array::{Array, ArrayRef, AsArray, BooleanArray, PrimitiveArray},
array::{ArrayRef, AsArray, BooleanArray, PrimitiveArray},
compute,
datatypes::UInt32Type,
};
Expand Down Expand Up @@ -292,6 +292,7 @@ impl GroupsAccumulator for GroupsAccumulatorAdapter {

result
}

// filtered_null_mask(opt_filter, &values);
fn state(&mut self, emit_to: EmitTo) -> Result<Vec<ArrayRef>> {
let vec_size_pre = self.states.allocated_size();
Expand Down

0 comments on commit fc2a0b5

Please sign in to comment.