This repository was archived by the owner on Nov 1, 2024. It is now read-only.
1 file changed
+1
-1
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- velox/dwio/common/BufferUtil.h+64
- velox/dwio/common/FormatData.h+112
- velox/dwio/common/Statistics.h+9
- velox/dwio/dwrf/common/Statistics.h+3-1
- velox/dwio/dwrf/reader/CMakeLists.txt+2
- velox/dwio/dwrf/reader/ColumnReader.cpp+11-11
- velox/dwio/dwrf/reader/DwrfData.cpp+135
- velox/dwio/dwrf/reader/DwrfData.h+134
- velox/dwio/dwrf/reader/DwrfReader.cpp+3
- velox/dwio/dwrf/reader/DwrfReader.h+4-7
- velox/dwio/dwrf/reader/DwrfReaderShared.cpp+1
- velox/dwio/dwrf/reader/FlatMapColumnReader.cpp+3-3
- velox/dwio/dwrf/reader/FlatMapHelper.cpp+3-2
- velox/dwio/dwrf/reader/SelectiveByteRleColumnReader.cpp+1-1
- velox/dwio/dwrf/reader/SelectiveByteRleColumnReader.h+9-17
- velox/dwio/dwrf/reader/SelectiveColumnReader.cpp+11-235
- velox/dwio/dwrf/reader/SelectiveColumnReader.h+18-42
- velox/dwio/dwrf/reader/SelectiveColumnReaderInternal.h+2-2
- velox/dwio/dwrf/reader/SelectiveDwrfReader.cpp+129
- velox/dwio/dwrf/reader/SelectiveDwrfReader.h+68
- velox/dwio/dwrf/reader/SelectiveFloatingPointColumnReader.h+10-22
- velox/dwio/dwrf/reader/SelectiveIntegerColumnReader.h+3-3
- velox/dwio/dwrf/reader/SelectiveIntegerDictionaryColumnReader.cpp+8-6
- velox/dwio/dwrf/reader/SelectiveIntegerDictionaryColumnReader.h+5-12
- velox/dwio/dwrf/reader/SelectiveIntegerDirectColumnReader.h+7-13
- velox/dwio/dwrf/reader/SelectiveRepeatedColumnReader.cpp+33-42
- velox/dwio/dwrf/reader/SelectiveRepeatedColumnReader.h+18-36
- velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.cpp+18-20
- velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.h+8-16
- velox/dwio/dwrf/reader/SelectiveStringDirectColumnReader.cpp+12-12
- velox/dwio/dwrf/reader/SelectiveStringDirectColumnReader.h+4-12
- velox/dwio/dwrf/reader/SelectiveStructColumnReader.cpp+14-19
- velox/dwio/dwrf/reader/SelectiveStructColumnReader.h+10-12
- velox/dwio/dwrf/reader/SelectiveTimestampColumnReader.cpp+38-20
- velox/dwio/dwrf/reader/SelectiveTimestampColumnReader.h+3-3
- velox/dwio/dwrf/test/CMakeLists.txt+1
- velox/dwio/dwrf/test/ColumnWriterStatsTests.cpp+1-1
- velox/dwio/dwrf/test/ColumnWriterTests.cpp+83-2
- velox/dwio/dwrf/test/TestColumnReader.cpp+2-2
- velox/dwio/dwrf/test/TestColumnStatistics.cpp+1-1
- velox/dwio/dwrf/test/utils/FilterGenerator.cpp+12
- velox/dwio/parquet/tests/duckdb_reader/ParquetTpchTest.cpp+10-15
- velox/exec/CMakeLists.txt+1
- velox/exec/WindowFunction.cpp+72
- velox/exec/WindowFunction.h+78
- velox/exec/tests/CMakeLists.txt+2-1
- velox/exec/tests/WindowFunctionRegistryTest.cpp+110
- velox/expression/Expr.cpp+3-57
- velox/expression/Expr.h-11
- velox/expression/ExprToSubfieldFilter.h+16
- velox/expression/VectorFunction.h+5-6
- velox/expression/tests/ExprTest.cpp+21-22
- velox/expression/type_calculation/CMakeLists.txt+3-3
- velox/expression/type_calculation/TypeCalculation.ll+1-1
- velox/expression/type_calculation/parser_gen.sh-13
- velox/functions/prestosql/ArrayDistinct.cpp+48-25
- velox/functions/prestosql/ArrayDuplicates.cpp+32-8
- velox/functions/prestosql/ArraySort.cpp+31-5
- velox/functions/prestosql/MapEntries.cpp+42-16
- velox/functions/prestosql/MapKeysAndValues.cpp+59-37
- velox/functions/prestosql/Not.cpp+17-8
- velox/functions/prestosql/Reverse.cpp+55-11
- velox/functions/prestosql/ToUtf8.cpp+20-11
- velox/functions/prestosql/tests/ArrayDistinctTest.cpp+24
- velox/functions/prestosql/tests/ArrayDuplicatesTest.cpp+23
- velox/functions/prestosql/tests/ArraySortTest.cpp+28
- velox/functions/prestosql/tests/MapEntriesTest.cpp+68-1
- velox/functions/prestosql/tests/MapKeysAndValuesTest.cpp+74
- velox/functions/prestosql/tests/NotTest.cpp+14-8
- velox/functions/sparksql/ArraySort.cpp+30-4
- velox/functions/sparksql/ArraySort.h+7-2
- velox/functions/sparksql/tests/ArraySortTest.cpp+24-3
- velox/type/CMakeLists.txt+1
- velox/type/DecimalUtils.cpp+108
- velox/type/DecimalUtils.h+36
- velox/type/Filter.cpp+107-3
- velox/type/Filter.h+92
- velox/type/tests/DecimalTest.cpp+21-1
- velox/type/tests/FilterTest.cpp+68
- velox/vector/BaseVector.h+4-10
- velox/vector/ComplexVector.cpp-38
- velox/vector/ComplexVector.h-6
- velox/vector/ConstantVector.h-5
- velox/vector/tests/VectorTest.cpp-28
- velox/vector/tests/VectorTestBase.h+7
0 commit comments