Commit b4bb7ce
[native] Advance velox
1 parent 3b32df2 commit b4bb7ce
1 file changed
+1
-1
lines changed- velox/connectors/tpch/TpchConnector.cpp+6-2
- velox/core/SimpleFunctionMetadata.h+22
- velox/docs/functions.rst+1
- velox/docs/functions/presto/enum.rst+11
- velox/exec/Exchange.cpp+24
- velox/exec/Exchange.h+7
- velox/exec/Operator.cpp+1-1
- velox/exec/TableScan.cpp-1
- velox/exec/TraceUtil.cpp+24-1
- velox/exec/TraceUtil.h+7
- velox/expression/fuzzer/ArgumentTypeFuzzer.cpp+35
- velox/expression/fuzzer/ArgumentTypeFuzzer.h+4
- velox/expression/fuzzer/ExpressionFuzzerTest.cpp+1
- velox/functions/prestosql/EnumFunctions.h+54
- velox/functions/prestosql/registration/CMakeLists.txt+1
- velox/functions/prestosql/registration/EnumFunctionsRegistration.cpp+31
- velox/functions/prestosql/registration/RegistrationFunctions.cpp+6-3
- velox/functions/prestosql/registration/RegistrationFunctions.h+2
- velox/functions/prestosql/tests/CMakeLists.txt+1
- velox/functions/prestosql/tests/EnumFunctionsTest.cpp+60
- velox/functions/prestosql/types/BigintEnumType.cpp+9
- velox/functions/prestosql/types/BigintEnumType.h+4-2
- velox/tool/trace/OperatorReplayerBase.cpp+6-6
- velox/tool/trace/OperatorReplayerBase.h+2-2
- velox/tool/trace/TraceReplayRunner.h+2-1
- velox/type/SimpleFunctionApi.h+26
0 commit comments