Commit 8f11e50
authored
1 file changed
+1
-1
lines changed- velox/connectors/hive/HiveDataSource.cpp+6-2
- velox/connectors/hive/HiveDataSource.h+1
- velox/connectors/hive/TableHandle.h+22-2
- velox/core/Expressions.cpp+6
- velox/core/Expressions.h+3
- velox/exec/tests/TableScanTest.cpp+79
- velox/exec/tests/utils/QueryAssertions.h+7
- velox/expression/CMakeLists.txt+1
- velox/expression/RegisterSpecialForm.cpp+2
- velox/expression/SwitchRewrite.cpp+96
- velox/expression/SwitchRewrite.h+44
- velox/expression/tests/CMakeLists.txt+2
- velox/expression/tests/ConjunctRewriteTest.cpp+3-38
- velox/expression/tests/ExprOptimizerTest.cpp+11-2
- velox/expression/tests/SpecialFormRewriteTestBase.cpp+53
- velox/expression/tests/SpecialFormRewriteTestBase.h+40
- velox/expression/tests/SwitchRewriteTest.cpp+51
- velox/functions/prestosql/GeometryFunctions.h+3-15
- velox/functions/prestosql/MapZipWith.cpp+1-1
- velox/functions/prestosql/tests/GeometryFunctionsTest.cpp+12-2
- velox/functions/prestosql/tests/MapZipWithTest.cpp+24
- velox/vector/LazyVector.h+33
- velox/vector/tests/LazyVectorTest.cpp+25-1
0 commit comments