1 file changed
+1
-1
lines changed- Cargo.lock+11-1
- Cargo.toml+4
- bench-vortex/src/measurements.rs+23-5
- encodings/alp/src/alp/compress.rs+8-21
- encodings/alp/src/alp_rd/ops.rs+6-32
- encodings/runend/src/arrow.rs+30-65
- encodings/sparse/src/canonical.rs+37-149
- fuzz/fuzz_targets/array_ops.rs+7
- fuzz/src/array/mask.rs+333-6
- fuzz/src/array/mod.rs+49-6
- fuzz/src/array/scalar_at.rs+67
- scripts/cat-s3.sh+3-1
- vortex-array/Cargo.toml+1-1
- vortex-array/src/arrays/assertions.rs+34-11
- vortex-array/src/arrays/bool/compute/take.rs+11-22
- vortex-array/src/arrays/bool/vtable/operations.rs+5-12
- vortex-array/src/arrays/listview/conversion.rs+5-5
- vortex-array/src/arrays/mod.rs+1-1
- vortex-array/src/arrays/struct_/compute/mod.rs+14-26
- vortex-array/src/arrays/varbin/array.rs+24
- vortex-array/src/arrays/varbin/compute/filter.rs+15-31
- vortex-array/src/arrays/varbinview/compact.rs+17-45
- vortex-array/src/builders/bool.rs+3-12
- vortex-array/src/builders/decimal.rs+10-21
- vortex-array/src/builders/extension.rs+8-14
- vortex-array/src/builders/struct_.rs+24-29
- vortex-array/src/builders/varbinview.rs+30-71
- vortex-array/src/compute/conformance/filter.rs+2-7
- vortex-buffer/benches/vortex_bitbuffer.rs+9
- vortex-buffer/src/bit/buf.rs+19-9
- vortex-buffer/src/bit/buf_mut.rs+107-17
- vortex-buffer/src/bit/macros.rs+46
- vortex-buffer/src/bit/ops.rs+33-1
- vortex-compute/Cargo.toml+32
- vortex-compute/src/filter/bitbuffer.rs+67
- vortex-compute/src/filter/bool.rs+13
- vortex-compute/src/filter/buffer.rs+87
- vortex-compute/src/filter/mask.rs+21
- vortex-compute/src/filter/mod.rs+23
- vortex-compute/src/lib.rs+13
- vortex-compute/src/logical/and.rs+56
- vortex-compute/src/logical/and_kleene.rs+145
- vortex-compute/src/logical/and_not.rs+57
- vortex-compute/src/logical/mod.rs+65
- vortex-compute/src/logical/not.rs+66
- vortex-compute/src/logical/or.rs+56
- vortex-compute/src/logical/or_kleene.rs+145
- vortex-dtype/Cargo.toml+1
- vortex-dtype/src/ptype.rs+19-52
- vortex-dtype/src/serde/mod.rs+62
- vortex-dtype/src/struct_.rs+2-32
- vortex-layout/Cargo.toml+1
- vortex-layout/src/layouts/dict/reader.rs+3-11
- vortex-mask/src/mask_mut.rs+5
- vortex-python/src/arrays/range_to_sequence.rs+11-47
- vortex-vector/Cargo.toml-1
- vortex-vector/src/bool/vector.rs+26-1
- vortex-vector/src/bool/vector_mut.rs+17
- vortex-vector/src/lib.rs+8-13
- vortex-vector/src/ops.rs+1-1
- vortex-vector/src/primitive/vector.rs+83-1
- vortex-vector/src/primitive/vector_mut.rs+83-1
- vortex-vector/src/private.rs+4-2
- vortex-vector/src/vector.rs+28
- vortex-vector/src/vector_mut.rs+26
0 commit comments