1 file changed
+1
-1
lines changed- CMakeLists.txt+1-4
- velox/CMakeLists.txt-5
- velox/benchmarks/QueryBenchmarkBase.cpp+19-8
- velox/benchmarks/QueryBenchmarkBase.h+10-3
- velox/benchmarks/basic/CMakeLists.txt+4
- velox/benchmarks/basic/EstimateFlatSizeBenchmark.cpp+230
- velox/connectors/hive/SplitReader.h-1
- velox/core/Expressions.cpp+1-1
- velox/core/Expressions.h+5-5
- velox/core/PlanNode.cpp+3-3
- velox/core/PlanNode.h+5
- velox/duckdb/conversion/DuckConversion.cpp+19-19
- velox/duckdb/conversion/DuckConversion.h+6-6
- velox/duckdb/conversion/DuckParser.cpp+9-9
- velox/exec/fuzzer/CMakeLists.txt+2-2
- velox/exec/fuzzer/PrestoQueryRunnerIntermediateTypeTransforms.cpp+12-1
- velox/exec/fuzzer/PrestoQueryRunnerIntervalTransform.cpp+61
- velox/exec/fuzzer/PrestoQueryRunnerIntervalTransform.h+42
- velox/exec/fuzzer/PrestoSql.cpp+4
- velox/exec/fuzzer/tests/PrestoSqlTest.cpp+9
- velox/exec/tests/CMakeLists.txt+1
- velox/exec/tests/PlanNodeToSummaryStringTest.cpp+23
- velox/exec/tests/PrestoQueryRunnerIntervalTransformTest.cpp+182
- velox/functions/lib/QuantileDigest.h+1-1
- velox/functions/prestosql/aggregates/tests/MergeAggregateTest.cpp+7-4
- velox/functions/prestosql/types/fuzzer_utils/TimestampWithTimeZoneInputGenerator.cpp+2-2
- velox/functions/prestosql/types/fuzzer_utils/TimestampWithTimeZoneInputGenerator.h+2-4
- velox/parse/Expressions.cpp+28-44
- velox/parse/Expressions.h+34-39
- velox/substrait/CMakeLists.txt-70
- velox/substrait/SubstraitExtensionCollector.cpp-90
- velox/substrait/SubstraitExtensionCollector.h-117
- velox/substrait/SubstraitParser.cpp-217
- velox/substrait/SubstraitParser.h-97
- velox/substrait/SubstraitToVeloxExpr.cpp-393
- velox/substrait/SubstraitToVeloxExpr.h-121
- velox/substrait/SubstraitToVeloxPlan.cpp-788
- velox/substrait/SubstraitToVeloxPlan.h-182
- velox/substrait/TypeUtils.cpp-67
- velox/substrait/TypeUtils.h-24
- velox/substrait/VariantToVectorConverter.cpp-77
- velox/substrait/VariantToVectorConverter.h-29
- velox/substrait/VeloxSubstraitSignature.cpp-128
- velox/substrait/VeloxSubstraitSignature.h-44
- velox/substrait/VeloxToSubstraitExpr.cpp-620
- velox/substrait/VeloxToSubstraitExpr.h-107
- velox/substrait/VeloxToSubstraitPlan.cpp-401
- velox/substrait/VeloxToSubstraitPlan.h-118
- velox/substrait/VeloxToSubstraitType.cpp-220
- velox/substrait/VeloxToSubstraitType.h-42
- velox/substrait/proto/substrait/.clang-format-4
- velox/substrait/proto/substrait/algebra.proto-1.3k
- velox/substrait/proto/substrait/capabilities.proto-29
- velox/substrait/proto/substrait/extended_expression.proto-51
- velox/substrait/proto/substrait/extensions/extensions.proto-81
- velox/substrait/proto/substrait/function.proto-148
- velox/substrait/proto/substrait/parameterized_types.proto-128
- velox/substrait/proto/substrait/plan.proto-82
- velox/substrait/proto/substrait/type.proto-229
- velox/substrait/proto/substrait/type_expressions.proto-160
- velox/substrait/tests/CMakeLists.txt-64
- velox/substrait/tests/FunctionTest.cpp-242
- velox/substrait/tests/JsonToProtoConverter.cpp-37
- velox/substrait/tests/JsonToProtoConverter.h-27
- velox/substrait/tests/Substrait2VeloxPlanConversionTest.cpp-293
- velox/substrait/tests/Substrait2VeloxValuesNodeConversionTest.cpp-62
- velox/substrait/tests/SubstraitExtensionCollectorTest.cpp-155
- velox/substrait/tests/VeloxSubstraitRoundTripTest.cpp-513
- velox/substrait/tests/VeloxSubstraitSignatureTest.cpp-128
- velox/substrait/tests/VeloxToSubstraitTypeTest.cpp-70
- velox/substrait/tests/data/q1_first_stage.json-877
- velox/substrait/tests/data/q6_first_stage.json-603
- velox/substrait/tests/data/substrait_virtualTable.json-153
- velox/type/Type.cpp+13-21
- velox/type/Type.h+60-54
- velox/type/Variant.cpp+66-66
- velox/type/Variant.h+75-79
- velox/type/tests/VariantTest.cpp+123-123
- velox/vector/BaseVector.cpp+3-3
- velox/vector/BaseVector.h+1-1
- velox/vector/VariantToVector.cpp+2-2
- velox/vector/VariantToVector.h+1-1
- velox/vector/fuzzer/VectorFuzzer.cpp+16-2
- velox/vector/fuzzer/VectorFuzzer.h+4
- velox/vector/tests/utils/VectorMaker.h+13-13
- velox/vector/tests/utils/VectorTestBase.h+6-6
0 commit comments