This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit 5732d84
Automated submodule update: velox
1 parent 8343ba8 commit 5732d84
1 file changed
+1
-1
lines changed- CMakeLists.txt+1
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/fbcode_builder/manifests/double-conversion+3
- build/fbcode_builder/manifests/gflags+2
- build/fbcode_builder/manifests/glog+7
- build/fbcode_builder/manifests/googletest+5
- build/fbcode_builder/manifests/katran+2
- build/fbcode_builder/manifests/zstd+4
- velox/benchmarks/tpch/TpchBenchmark.cpp+10
- velox/common/caching/AsyncDataCache.h+4-14
- velox/common/memory/MappedMemory.cpp+86-8
- velox/common/memory/MappedMemory.h+143-11
- velox/common/memory/MmapAllocator.cpp+27-7
- velox/common/memory/MmapAllocator.h+30-2
- velox/common/memory/tests/MappedMemoryTest.cpp+8-1
- velox/common/time/Timer.h+33-1
- velox/connectors/hive/HiveConnector.cpp+1-1
- velox/connectors/tpch/TpchConnector.cpp+7-7
- velox/duckdb/README.md+6-5
- velox/dwio/dwrf/test/ColumnWriterTests.cpp+43-4
- velox/dwio/dwrf/test/TestReader.cpp+106
- velox/dwio/dwrf/writer/ColumnWriter.cpp+6-10
- velox/dwio/dwrf/writer/ColumnWriter.h+11-5
- velox/dwio/parquet/tests/duckdb_reader/ParquetTpchTest.cpp+29-12
- velox/exec/Aggregate.h+9
- velox/exec/FilterProject.cpp+1-2
- velox/exec/GroupingSet.h+5
- velox/exec/HashAggregation.cpp+11-8
- velox/exec/HashAggregation.h+1
- velox/exec/HashProbe.cpp+1-1
- velox/exec/MergeJoin.cpp+1-1
- velox/exec/tests/AggregationTest.cpp+118-16
- velox/exec/tests/utils/TpchQueryBuilder.cpp+327-95
- velox/exec/tests/utils/TpchQueryBuilder.h+9
- velox/expression/BooleanMix.cpp+128
- velox/expression/BooleanMix.h+33
- velox/expression/CMakeLists.txt+8-2
- velox/expression/CastExpr.cpp-3
- velox/expression/CastExpr.h+1-1
- velox/expression/CoalesceExpr.cpp-5
- velox/expression/CoalesceExpr.h+1-1
- velox/expression/ConjunctExpr.cpp+278
- velox/expression/ConjunctExpr.h+75
- velox/expression/ConstantExpr.cpp+75
- velox/expression/ConstantExpr.h+66
- velox/expression/ControlExpr.cpp-903
- velox/expression/ControlExpr.h-337
- velox/expression/EvalCtx.cpp-1
- velox/expression/Expr.cpp+1-1
- velox/expression/ExprCompiler.cpp+12-1
- velox/expression/ExprToSubfieldFilter.h+6
- velox/expression/FieldReference.cpp+102
- velox/expression/FieldReference.h+74
- velox/expression/LambdaExpr.cpp+155
- velox/expression/LambdaExpr.h+65
- velox/expression/SimpleFunctionAdapter.h+2-2
- velox/expression/SpecialForm.h+36
- velox/expression/SwitchExpr.cpp+140
- velox/expression/SwitchExpr.h+72
- velox/expression/TryExpr.cpp+127
- velox/expression/TryExpr.h+51
- velox/expression/tests/CastExprTest.cpp-1
- velox/expression/tests/ExprTest.cpp+2-1
- velox/external/duckdb/duckdb.cpp-280.2k
- velox/flag_definitions/flags.cpp+5
- velox/functions/lib/ApproxMostFrequentStreamSummary.h+328
- velox/functions/lib/CMakeLists.txt+3-1
- velox/functions/lib/KllSketch-inl.h+20-8
- velox/functions/lib/KllSketch.h+5-4
- velox/functions/lib/ZetaDistribution.h+61
- velox/functions/lib/benchmarks/ApproxMostFrequentStreamSummaryBenchmark.cpp+119
- velox/functions/lib/tests/ApproxMostFrequentStreamSummaryTest.cpp+188
- velox/functions/lib/tests/CMakeLists.txt+4-1
- velox/functions/lib/tests/KllSketchTest.cpp+24-1
- velox/functions/lib/tests/ZetaDistributionTest.cpp+55
- velox/functions/prestosql/CheckedArithmetic.h+6-12
- velox/functions/prestosql/RowFunction.cpp+1-6
- velox/functions/prestosql/benchmarks/CMakeLists.txt+4
- velox/functions/prestosql/benchmarks/Row.cpp+76
- velox/substrait/VeloxToSubstraitExpr.cpp+2-4
- velox/tpch/gen/TpchGen.h+1-1
- velox/type/Filter.cpp+152-1
- velox/type/Filter.h+48
- velox/type/tests/FilterTest.cpp+95-58
- velox/vector/BaseVector.cpp+2-2
- velox/vector/BaseVector.h+6-1
- velox/vector/ComplexVector.cpp+92-65
- velox/vector/ComplexVector.h+5
- velox/vector/DictionaryVector-inl.h+1-1
- velox/vector/FlatVector-inl.h+2-2
- velox/vector/FlatVector.cpp+2-2
- velox/vector/FlatVector.h+1-1
- velox/vector/SelectivityVector.h+7
- velox/vector/arrow/Bridge.cpp+33-9
- velox/vector/arrow/Bridge.h+6-1
- velox/vector/arrow/CMakeLists.txt+1-1
- velox/vector/arrow/tests/ArrowBridgeArrayTest.cpp+2-1
- velox/vector/arrow/tests/ArrowBridgeSchemaTest.cpp+57-20
- velox/vector/arrow/tests/CMakeLists.txt+1
0 commit comments