Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vortex
Submodule vortex updated 95 files
+1 βˆ’1 .github/workflows/ci.yml
+11 βˆ’1 Cargo.lock
+4 βˆ’0 Cargo.toml
+2 βˆ’0 bench-vortex/src/benchmark_driver.rs
+2 βˆ’0 bench-vortex/src/benchmark_trait.rs
+27 βˆ’7 bench-vortex/src/engines/ddb/mod.rs
+2 βˆ’0 bench-vortex/src/engines/mod.rs
+23 βˆ’5 bench-vortex/src/measurements.rs
+19 βˆ’23 encodings/alp/src/alp/compress.rs
+2 βˆ’2 encodings/alp/src/alp/mod.rs
+6 βˆ’32 encodings/alp/src/alp_rd/ops.rs
+30 βˆ’65 encodings/runend/src/arrow.rs
+37 βˆ’149 encodings/sparse/src/canonical.rs
+1 βˆ’1 fuzz/Cargo.toml
+7 βˆ’0 fuzz/fuzz_targets/array_ops.rs
+441 βˆ’5 fuzz/src/array/fill_null.rs
+333 βˆ’6 fuzz/src/array/mask.rs
+49 βˆ’6 fuzz/src/array/mod.rs
+67 βˆ’0 fuzz/src/array/scalar_at.rs
+3 βˆ’1 scripts/cat-s3.sh
+1 βˆ’1 vortex-array/Cargo.toml
+34 βˆ’11 vortex-array/src/arrays/assertions.rs
+11 βˆ’22 vortex-array/src/arrays/bool/compute/take.rs
+5 βˆ’12 vortex-array/src/arrays/bool/vtable/operations.rs
+5 βˆ’5 vortex-array/src/arrays/listview/conversion.rs
+1 βˆ’1 vortex-array/src/arrays/mod.rs
+14 βˆ’26 vortex-array/src/arrays/struct_/compute/mod.rs
+24 βˆ’0 vortex-array/src/arrays/varbin/array.rs
+15 βˆ’31 vortex-array/src/arrays/varbin/compute/filter.rs
+17 βˆ’45 vortex-array/src/arrays/varbinview/compact.rs
+3 βˆ’12 vortex-array/src/builders/bool.rs
+10 βˆ’21 vortex-array/src/builders/decimal.rs
+8 βˆ’14 vortex-array/src/builders/extension.rs
+24 βˆ’29 vortex-array/src/builders/struct_.rs
+30 βˆ’71 vortex-array/src/builders/varbinview.rs
+2 βˆ’7 vortex-array/src/compute/conformance/filter.rs
+9 βˆ’0 vortex-buffer/benches/vortex_bitbuffer.rs
+16 βˆ’0 vortex-buffer/benches/vortex_buffer.rs
+19 βˆ’9 vortex-buffer/src/bit/buf.rs
+107 βˆ’17 vortex-buffer/src/bit/buf_mut.rs
+46 βˆ’0 vortex-buffer/src/bit/macros.rs
+33 βˆ’1 vortex-buffer/src/bit/ops.rs
+86 βˆ’33 vortex-buffer/src/buffer_mut.rs
+32 βˆ’0 vortex-compute/Cargo.toml
+67 βˆ’0 vortex-compute/src/filter/bitbuffer.rs
+13 βˆ’0 vortex-compute/src/filter/bool.rs
+87 βˆ’0 vortex-compute/src/filter/buffer.rs
+21 βˆ’0 vortex-compute/src/filter/mask.rs
+23 βˆ’0 vortex-compute/src/filter/mod.rs
+13 βˆ’0 vortex-compute/src/lib.rs
+56 βˆ’0 vortex-compute/src/logical/and.rs
+145 βˆ’0 vortex-compute/src/logical/and_kleene.rs
+57 βˆ’0 vortex-compute/src/logical/and_not.rs
+65 βˆ’0 vortex-compute/src/logical/mod.rs
+66 βˆ’0 vortex-compute/src/logical/not.rs
+56 βˆ’0 vortex-compute/src/logical/or.rs
+145 βˆ’0 vortex-compute/src/logical/or_kleene.rs
+1 βˆ’0 vortex-dtype/Cargo.toml
+19 βˆ’52 vortex-dtype/src/ptype.rs
+62 βˆ’0 vortex-dtype/src/serde/mod.rs
+2 βˆ’32 vortex-dtype/src/struct_.rs
+21 βˆ’0 vortex-duckdb/cpp/client_context.cpp
+33 βˆ’0 vortex-duckdb/cpp/config.cpp
+5 βˆ’0 vortex-duckdb/cpp/include/duckdb_vx/client_context.h
+15 βˆ’0 vortex-duckdb/cpp/include/duckdb_vx/config.h
+17 βˆ’1 vortex-duckdb/src/duckdb/client_context.rs
+4 βˆ’0 vortex-duckdb/src/duckdb/logical_type.rs
+78 βˆ’2 vortex-duckdb/src/lib.rs
+26 βˆ’9 vortex-duckdb/src/scan.rs
+1 βˆ’0 vortex-layout/Cargo.toml
+3 βˆ’11 vortex-layout/src/layouts/dict/reader.rs
+5 βˆ’0 vortex-mask/src/mask_mut.rs
+11 βˆ’47 vortex-python/src/arrays/range_to_sequence.rs
+0 βˆ’1 vortex-vector/Cargo.toml
+79 βˆ’0 vortex-vector/src/bool/from_iter.rs
+2 βˆ’0 vortex-vector/src/bool/mod.rs
+53 βˆ’3 vortex-vector/src/bool/vector.rs
+44 βˆ’67 vortex-vector/src/bool/vector_mut.rs
+8 βˆ’13 vortex-vector/src/lib.rs
+8 βˆ’8 vortex-vector/src/macros.rs
+1 βˆ’2 vortex-vector/src/null/vector_mut.rs
+1 βˆ’1 vortex-vector/src/ops.rs
+80 βˆ’0 vortex-vector/src/primitive/from_iter.rs
+44 βˆ’0 vortex-vector/src/primitive/generic.rs
+40 βˆ’65 vortex-vector/src/primitive/generic_mut.rs
+8 βˆ’10 vortex-vector/src/primitive/macros.rs
+2 βˆ’0 vortex-vector/src/primitive/mod.rs
+85 βˆ’3 vortex-vector/src/primitive/vector.rs
+85 βˆ’2 vortex-vector/src/primitive/vector_mut.rs
+4 βˆ’2 vortex-vector/src/private.rs
+36 βˆ’6 vortex-vector/src/vector.rs
+34 βˆ’6 vortex-vector/src/vector_mut.rs
+5 βˆ’0 vortex/Cargo.toml
+343 βˆ’0 vortex/benches/common_encoding_tree_throughput.rs
+0 βˆ’16 vortex/benches/single_encoding_throughput.rs
Loading