File tree
2 files changed
+2
-3
lines changed- presto-native-execution
- presto_cpp/main/common/tests
2 files changed
+2
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
24 |
| - | |
| 23 | + | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
|
- velox/buffer/tests/BufferTest.cpp+4-4
- velox/buffer/tests/CMakeLists.txt-1
- velox/common/base/CMakeLists.txt+8-2
- velox/common/base/VeloxException.cpp+5-8
- velox/common/base/VeloxException.h+1
- velox/common/base/tests/CMakeLists.txt-1
- velox/common/base/tests/ExceptionTest.cpp+4-9
- velox/common/caching/SsdFile.cpp+5-3
- velox/common/caching/tests/AsyncDataCacheTest.cpp+8-8
- velox/common/caching/tests/SsdFileTest.cpp+8-6
- velox/common/config/CMakeLists.txt+4-5
- velox/common/config/GlobalConfig.h-92
- velox/common/memory/CMakeLists.txt+2
- velox/common/memory/MallocAllocator.cpp+1-1
- velox/common/memory/MallocAllocator.h+2
- velox/common/memory/Memory.cpp+4-3
- velox/common/memory/Memory.h+8-4
- velox/common/memory/MemoryAllocator.cpp+3-1
- velox/common/memory/MemoryAllocator.h+5-3
- velox/common/memory/MemoryPool.cpp+8-1
- velox/common/memory/MemoryPool.h+5-2
- velox/common/memory/MmapAllocator.cpp+1-1
- velox/common/memory/tests/CMakeLists.txt-1
- velox/common/memory/tests/MemoryAllocatorTest.cpp+8-15
- velox/common/memory/tests/MemoryCapExceededTest.cpp-3
- velox/common/memory/tests/MemoryManagerTest.cpp-3
- velox/dwio/common/tests/CMakeLists.txt-1
- velox/dwio/common/tests/LoggedExceptionTest.cpp+7-11
- velox/dwio/dwrf/test/CMakeLists.txt-1
- velox/dwio/dwrf/test/CacheInputTest.cpp+2-2
- velox/dwio/dwrf/test/TestIntegerDictionaryEncoder.cpp-2
- velox/dwio/dwrf/test/TestStringDictionaryEncoder.cpp-2
- velox/exec/Operator.cpp+2-3
- velox/exec/fuzzer/FuzzerUtil.cpp+2-3
- velox/exec/tests/FunctionResolutionTest.cpp+17
- velox/exec/tests/utils/CMakeLists.txt-1
- velox/exec/tests/utils/OperatorTestBase.cpp-2
- velox/expression/Expr.cpp+62-60
- velox/expression/tests/CustomTypeTest.cpp+2
- velox/expression/tests/ExprEncodingsTest.cpp+1-1
- velox/expression/tests/ExprTest.cpp+8-5
- velox/flag_definitions/CMakeLists.txt+1-2
- velox/flag_definitions/flags.cpp-44
- velox/functions/prestosql/TypeOf.cpp+4
- velox/functions/prestosql/registration/CMakeLists.txt+1
- velox/functions/prestosql/registration/GeospatialFunctionsRegistration.cpp+8-11
- velox/functions/prestosql/registration/RegistrationFunctions.cpp+6
- velox/functions/prestosql/registration/RegistrationFunctions.h+2
- velox/functions/prestosql/tests/TypeOfTest.cpp+3
- velox/functions/prestosql/types/BingTileRegistration.cpp+51
- velox/functions/prestosql/types/BingTileRegistration.h+4-7
- velox/functions/prestosql/types/BingTileType.h+102
- velox/functions/prestosql/types/CMakeLists.txt+1
- velox/functions/prestosql/types/tests/BingTileTypeTest.cpp+43
- velox/functions/prestosql/types/tests/CMakeLists.txt+1
0 commit comments