This repository was archived by the owner on Nov 1, 2024. It is now read-only.
1 file changed
+1
-1
lines changed- .circleci/config.yml+11
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/fbcode_builder/manifests/mononoke+1-1
- velox/CMakeLists.txt+1
- velox/benchmarks/tpch/TpchBenchmark.cpp+5
- velox/dwio/common/CMakeLists.txt+2
- velox/dwio/common/DirectDecoder.cpp+3-3
- velox/dwio/common/DirectDecoder.h+5-4
- velox/dwio/common/IntCodecCommon.h+2-8
- velox/dwio/common/IntDecoder.cpp+4-56
- velox/dwio/common/IntDecoder.h+3-24
- velox/dwio/common/Options.h+2-2
- velox/dwio/common/tests/CMakeLists.txt+5
- velox/dwio/common/tests/IntDecoderBenchmark.cpp+4-6
- velox/dwio/dwrf/common/ByteRLE.h+1-1
- velox/dwio/dwrf/common/CMakeLists.txt-2
- velox/dwio/dwrf/common/Checksum.h+1-1
- velox/dwio/dwrf/common/Common.h+6
- velox/dwio/dwrf/common/DecoderUtil.h+62
- velox/dwio/dwrf/common/EncoderUtil.h+56
- velox/dwio/dwrf/common/IntEncoder.cpp-47
- velox/dwio/dwrf/common/IntEncoder.h+6-5
- velox/dwio/dwrf/common/RLEv1.cpp+15-14
- velox/dwio/dwrf/common/RLEv1.h+10-9
- velox/dwio/dwrf/common/RLEv2.cpp+11-8
- velox/dwio/dwrf/common/RLEv2.h+11-10
- velox/dwio/dwrf/reader/ColumnReader.cpp+50-35
- velox/dwio/dwrf/reader/SelectiveColumnReader.cpp+3-3
- velox/dwio/dwrf/reader/SelectiveColumnReaderInternal.h+1-1
- velox/dwio/dwrf/reader/SelectiveIntegerDictionaryColumnReader.cpp+2-1
- velox/dwio/dwrf/reader/SelectiveIntegerDictionaryColumnReader.h+2-2
- velox/dwio/dwrf/reader/SelectiveIntegerDirectColumnReader.h+5-3
- velox/dwio/dwrf/reader/SelectiveRepeatedColumnReader.h+4-3
- velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.cpp+7-6
- velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.h+5-4
- velox/dwio/dwrf/reader/SelectiveStringDirectColumnReader.cpp+3-2
- velox/dwio/dwrf/reader/SelectiveStringDirectColumnReader.h+1-1
- velox/dwio/dwrf/reader/SelectiveTimestampColumnReader.cpp+3-2
- velox/dwio/dwrf/reader/SelectiveTimestampColumnReader.h+2-2
- velox/dwio/dwrf/reader/StripeDictionaryCache.h+1-1
- velox/dwio/dwrf/reader/StripeStream.cpp+3-2
- velox/dwio/dwrf/test/CMakeLists.txt-5
- velox/dwio/dwrf/test/ColumnWriterTests.cpp+35-4
- velox/dwio/dwrf/test/IntEncoderBenchmark.cpp+3-2
- velox/dwio/dwrf/test/OrcTest.h+4-3
- velox/dwio/dwrf/test/TestIntDirect.cpp+10-11
- velox/dwio/dwrf/test/TestRLEv1Encoder.cpp+1-1
- velox/dwio/dwrf/test/TestRle.cpp+72-65
- velox/dwio/dwrf/writer/ColumnWriter.cpp+21-20
- velox/dwio/dwrf/writer/WriterContext.h+2-1
- velox/dwio/parquet/tests/duckdb_reader/ParquetTpchTest.cpp+7
- velox/exec/tests/utils/TpchQueryBuilder.cpp+69-1
- velox/exec/tests/utils/TpchQueryBuilder.h+2
- velox/expression/ComplexWriterTypes.h+11-1
- velox/expression/tests/GenericWriterTest.cpp+60-4
- velox/external/xxhash/xxhash.c
- velox/external/xxhash/xxhash.h
- velox/functions/prestosql/StringFunctions.h+1-1
- velox/functions/prestosql/aggregates/ApproxDistinctAggregate.cpp+2-1
- velox/functions/prestosql/aggregates/ChecksumAggregate.cpp+1-1
- velox/functions/prestosql/aggregates/PrestoHasher.cpp+3-2
- velox/functions/prestosql/hyperloglog/tests/DenseHllTest.cpp+5-2
- velox/functions/prestosql/hyperloglog/tests/SparseHllTest.cpp+3-1
- velox/functions/prestosql/tests/HyperLogLogFunctionsTest.cpp+1-1
- velox/substrait/CMakeLists.txt+1-1
- velox/type/Filter.cpp+9-12
- velox/type/tests/FilterTest.cpp+61-15
0 commit comments