This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit c809777
Automated submodule update: velox
1 parent 5732d84 commit c809777
1 file changed
+1
-1
lines changed- .circleci/config.yml+2-2
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/fbcode_builder/getdeps/builder.py+12-35
- build/fbcode_builder/manifests/fbthrift+3-2
- third_party/CMakeLists.txt+5-5
- velox/benchmarks/tpch/TpchBenchmark.cpp+26-5
- velox/common/memory/AllocationPool.cpp+32-5
- velox/common/memory/AllocationPool.h+21-1
- velox/common/memory/HashStringAllocator.cpp+2-1
- velox/common/memory/MappedMemory.h+4
- velox/common/memory/tests/MappedMemoryTest.cpp+38
- velox/common/time/CMakeLists.txt+1
- velox/core/PlanNode.cpp+54-3
- velox/core/PlanNode.h+105-7
- velox/docs/develop/joins.rst+6-6
- velox/docs/develop/operators.rst+1-1
- velox/docs/functions/aggregate.rst+22
- velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.h+4
- velox/dwio/dwrf/reader/SelectiveStringDirectColumnReader.cpp+4
- velox/dwio/dwrf/test/utils/FilterGenerator.cpp+23-2
- velox/exec/GroupingSet.cpp+1-1
- velox/exec/HashBuild.cpp+1-1
- velox/exec/HashProbe.cpp+22-22
- velox/exec/HashProbe.h+5-5
- velox/exec/Merge.cpp+2-2
- velox/exec/RowContainer.h+2-1
- velox/exec/Spill.cpp+5-5
- velox/exec/TreeOfLosers.h+2-2
- velox/exec/tests/HashJoinTest.cpp+58-10
- velox/exec/tests/MergeTest.cpp+31
- velox/expression/Expr.cpp+1-5
- velox/functions/prestosql/StringFunctions.cpp+6-8
- velox/functions/prestosql/aggregates/AggregateNames.h+2-1
- velox/functions/prestosql/aggregates/ApproxMostFrequentAggregate.cpp+344
- velox/functions/prestosql/aggregates/CMakeLists.txt+1
- velox/functions/prestosql/aggregates/tests/AggregationTestBase.cpp+7-6
- velox/functions/prestosql/aggregates/tests/ApproxMostFrequentTest.cpp+157
- velox/functions/prestosql/aggregates/tests/CMakeLists.txt+2
- velox/functions/prestosql/aggregates/tests/MinMaxByAggregationTest.cpp+932-221
- velox/type/tests/CMakeLists.txt+15
- velox/type/tests/NegatedBytesValuesBenchmark.cpp+211
- velox/vector/BaseVector.h+18-18
- velox/vector/DictionaryVector.h+11
- velox/vector/tests/VectorTest.cpp+52-1
0 commit comments