Skip to content

Commit

Permalink
Search sorted many
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Mar 28, 2024
1 parent 1a500ba commit d83c99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vortex-fastlanes/src/bitpacking/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ mod test {

use vortex::array::downcast::DowncastArrayBuiltin;
use vortex::array::primitive::{PrimitiveArray, PrimitiveEncoding};
use vortex::array::{Array, EncodingRef};
use vortex::array::Array;
use vortex::compress::{CompressConfig, CompressCtx};
use vortex::compute::take::take;
use vortex::encoding::EncodingRef;

use crate::BitPackedEncoding;

Expand Down

0 comments on commit d83c99b

Please sign in to comment.