1 file changed
+1
-1
lines changed- velox/common/fuzzer/ConstrainedGenerators.cpp+31-2
- velox/common/fuzzer/ConstrainedGenerators.h+8
- velox/common/fuzzer/tests/ConstrainedGeneratorsTest.cpp+8
- velox/core/Expressions.h+10-4
- velox/docs/configs.rst+10
- velox/docs/functions/spark/conversion.rst+18
- velox/dwio/common/ColumnVisitors.h-7
- velox/dwio/common/FileSink.h+4
- velox/dwio/dwrf/common/Common.h+9-4
- velox/dwio/parquet/tests/writer/ParquetWriterTest.cpp+146
- velox/dwio/parquet/writer/Writer.cpp+42-1
- velox/dwio/parquet/writer/Writer.h+10-1
- velox/exec/GroupingSet.cpp+2
- velox/exec/HashBuild.cpp+17-2
- velox/exec/HashBuild.h+4
- velox/exec/HashJoinBridge.cpp+5-2
- velox/exec/HashJoinBridge.h+1
- velox/exec/HashProbe.cpp+21-8
- velox/exec/HashProbe.h+5
- velox/exec/MergeJoin.cpp+35-44
- velox/exec/MergeJoin.h+20-15
- velox/exec/RowNumber.cpp+15-3
- velox/exec/RowNumber.h+5
- velox/exec/Spill.cpp+101
- velox/exec/Spill.h+69-40
- velox/exec/Spiller.cpp+8-1
- velox/exec/Spiller.h+6
- velox/exec/fuzzer/PrestoSql.cpp+38-6
- velox/exec/fuzzer/RowNumberFuzzerBase.cpp+2-2
- velox/exec/fuzzer/tests/PrestoSqlTest.cpp+271
- velox/exec/tests/HashJoinBridgeTest.cpp+23-14
- velox/exec/tests/HashJoinTest.cpp+2-2
- velox/exec/tests/JoinSpillInputBenchmarkBase.cpp+1-1
- velox/exec/tests/MergeJoinTest.cpp+58-11
- velox/exec/tests/SpillTest.cpp+119-29
- velox/exec/tests/SpillerTest.cpp+15-3
- velox/expression/CastExpr-inl.h+9
- velox/expression/CastHooks.h+2
- velox/expression/PrestoCastHooks.cpp+9-2
- velox/expression/PrestoCastHooks.h+2
- velox/expression/StringWriter.h+6-5
- velox/expression/fuzzer/ArgValuesGenerators.cpp+27
- velox/expression/fuzzer/ArgValuesGenerators.h+16
- velox/expression/fuzzer/ExpressionFuzzerTest.cpp+12-3
- velox/expression/fuzzer/tests/ArgumentTypeFuzzerTest.cpp+11-1
- velox/expression/fuzzer/tests/CMakeLists.txt+1
- velox/expression/fuzzer/tests/ExpressionFuzzerUnitTest.cpp+5-1
- velox/expression/tests/StringWriterTest.cpp+10
- velox/functions/lib/TDigest.h-46
- velox/functions/lib/tests/TDigestTest.cpp+1-23
- velox/functions/prestosql/Arithmetic.h+45-12
- velox/functions/prestosql/Probability.h+6-1
- velox/functions/prestosql/TDigestFunctions.h+4-1
- velox/functions/prestosql/aggregates/ClassificationAggregation.cpp+19-16
- velox/functions/prestosql/aggregates/tests/ClassificationAggregationTest.cpp+9-4
- velox/functions/prestosql/fuzzer/AggregationFuzzerTest.cpp+7-11
- velox/functions/prestosql/fuzzer/WindowFuzzerTest.cpp+7-17
- velox/functions/prestosql/registration/MathematicalOperatorsRegistration.cpp+35
- velox/functions/prestosql/tests/ArithmeticTest.cpp+105-99
- velox/functions/prestosql/tests/BingTileFunctionsTest.cpp+9
- velox/functions/prestosql/tests/ProbabilityTest.cpp+3
- velox/functions/prestosql/tests/TDigestFunctionsTest.cpp+12-2
- velox/functions/prestosql/types/TDigestRegistration.cpp+5-3
- velox/functions/prestosql/types/tests/BingTileTypeTest.cpp+32
- velox/functions/sparksql/DateTimeFunctions.h+1
- velox/functions/sparksql/specialforms/SparkCastHooks.cpp+10
- velox/functions/sparksql/specialforms/SparkCastHooks.h+2
- velox/functions/sparksql/tests/DateTimeFunctionsTest.cpp+31
- velox/functions/sparksql/tests/SparkCastExprTest.cpp+99
- velox/serializers/CompactRowSerializer.cpp+25-1
- velox/serializers/RowSerializer.h+30-44
- velox/serializers/UnsafeRowSerializer.cpp+21-1
- velox/tpch/gen/dbgen/CMakeLists.txt+3
- velox/tpch/gen/dbgen/build.cpp+14-10
- velox/tpch/gen/dbgen/include/dbgen/dss.h+14-2
0 commit comments