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+1-1
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/fbcode_builder/getdeps/copytree.py-2
- scripts/setup-circleci.sh+1-1
- scripts/setup-macos.sh+1-1
- scripts/setup-ubuntu.sh+1-1
- scripts/setup-velox-torcharrow.sh+1-1
- scripts/veloxbench/veloxbench/cpp_micro_benchmarks.py+6
- velox/common/caching/SsdFile.cpp+2-1
- velox/docs/functions/aggregate.rst+7
- velox/dwio/common/CacheInputStream.cpp+16
- velox/dwio/common/CacheInputStream.h+35
- velox/dwio/dwrf/common/PagedInputStream.cpp+9-8
- velox/dwio/dwrf/common/PagedInputStream.h+3
- velox/dwio/dwrf/reader/ReaderBase.cpp+16-8
- velox/dwio/dwrf/reader/StripeMetadataCache.h+22-5
- velox/dwio/dwrf/reader/StripeStream.cpp+6-1
- velox/dwio/dwrf/test/CMakeLists.txt+17
- velox/dwio/dwrf/test/CacheInputTest.cpp+61
- velox/dwio/dwrf/test/TestDecompression.cpp+201-5
- velox/exec/AggregationHook.h+17-2
- velox/exec/GroupingSet.cpp+15-21
- velox/exec/GroupingSet.h-2
- velox/exec/HashBuild.cpp+10-11
- velox/exec/HashPartitionFunction.cpp+2-2
- velox/exec/HashProbe.cpp+9-4
- velox/exec/OperatorUtils.cpp+10-23
- velox/exec/OperatorUtils.h+6-6
- velox/exec/PartitionedOutput.cpp+7-3
- velox/exec/PartitionedOutput.h+1
- velox/exec/VectorHasher.cpp-4
- velox/exec/VectorHasher.h+19-19
- velox/exec/benchmarks/VectorHasherBenchmark.cpp+8-4
- velox/exec/tests/HashTableTest.cpp+7-4
- velox/exec/tests/RowContainerTest.cpp+2-1
- velox/exec/tests/SpillTest.cpp+37-19
- velox/exec/tests/SpillerTest.cpp+49-25
- velox/exec/tests/VectorHasherTest.cpp+85-40
- velox/expression/BooleanMix.cpp+1-3
- velox/expression/CastExpr.cpp+16-16
- velox/expression/CoalesceExpr.cpp+7-1
- velox/expression/Expr.cpp+19-16
- velox/functions/lib/IsNull.cpp+44-33
- velox/functions/lib/tests/IsNotNullTest.cpp+93-34
- velox/functions/lib/tests/IsNullTest.cpp+80-18
- velox/functions/prestosql/aggregates/AggregateNames.h+1-1
- velox/functions/prestosql/aggregates/CMakeLists.txt+4-2
- velox/functions/prestosql/aggregates/MaxSizeForStatsAggregate.cpp+243
- velox/functions/prestosql/aggregates/MinMaxAggregates.cpp+11
- velox/functions/prestosql/aggregates/tests/CMakeLists.txt+2-1
- velox/functions/prestosql/aggregates/tests/MaxSizeForStatsTest.cpp+279
- velox/functions/prestosql/aggregates/tests/MinMaxTest.cpp+12
- velox/functions/prestosql/aggregates/tests/SumTest.cpp+51-3
- velox/functions/sparksql/CompareFunctionsNullSafe.cpp+3-3
- velox/functions/sparksql/Hash.cpp+1-1
- velox/functions/sparksql/LeastGreatest.cpp+4-7
- velox/vector/ComplexVector.cpp+1-1
- velox/vector/DecodedVector.cpp+31
- velox/vector/DecodedVector.h+28-38
- velox/vector/tests/DecodedVectorTest.cpp+143-5
- velox/vector/tests/VectorTest.cpp+2-2
0 commit comments