File tree
2 files changed
+1
-7
lines changed- presto-native-execution
- presto_cpp/main/connectors
2 files changed
+1
-7
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1130 | 1130 | | |
1131 | 1131 | | |
1132 | 1132 | | |
1133 | | - | |
1134 | | - | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
1138 | 1133 | | |
1139 | 1134 | | |
1140 | 1135 | | |
| |||
1158 | 1153 | | |
1159 | 1154 | | |
1160 | 1155 | | |
1161 | | - | |
1162 | 1156 | | |
1163 | 1157 | | |
1164 | 1158 | | |
| |||
- .github/workflows/benchmark.yml+1-1
- package-lock.json+6
- python/test/test_arrow.py+30
- python/test/test_vector2.py+20-1
- velox/common/memory/ArbitrationParticipant.cpp+2-1
- velox/common/memory/ArbitrationParticipant.h+6
- velox/common/memory/Memory.cpp+3-1
- velox/common/memory/Memory.h+2-1
- velox/common/memory/MemoryPool.cpp+1
- velox/common/memory/MemoryPool.h+11
- velox/common/memory/SharedArbitrator.cpp+27-10
- velox/common/memory/tests/MockSharedArbitratorTest.cpp+81-4
- velox/connectors/hive/HiveConnectorSplit.cpp-11
- velox/connectors/hive/HiveConnectorSplit.h+37-13
- velox/connectors/hive/HiveConnectorUtil.cpp-1
- velox/connectors/hive/HiveDataSource.cpp+8-59
- velox/connectors/hive/HiveDataSource.h+1-7
- velox/connectors/hive/SplitReader.cpp+48-4
- velox/connectors/hive/SplitReader.h+19
- velox/connectors/hive/iceberg/IcebergSplit.cpp-2
- velox/connectors/hive/tests/HiveConnectorSerDeTest.cpp-4
- velox/connectors/hive/tests/HiveConnectorUtilTest.cpp-1
- velox/core/PlanNode.cpp+28-12
- velox/core/PlanNode.h+7-3
- velox/core/tests/PlanNodeBuilderTest.cpp+2-2
- velox/docs/functions/presto/geospatial.rst+16
- velox/dwio/common/Options.h-10
- velox/exec/LocalPlanner.cpp+1-1
- velox/exec/TableScan.cpp+6-6
- velox/exec/Values.cpp+2-3
- velox/exec/fuzzer/FuzzerUtil.cpp-1
- velox/exec/tests/OrderByTest.cpp+1-1
- velox/exec/tests/TableScanTest.cpp+2-195
- velox/exec/tests/utils/CMakeLists.txt+1
- velox/exec/tests/utils/TableScanTestBase.cpp+205
- velox/exec/tests/utils/TableScanTestBase.h+114
- velox/expression/fuzzer/ArgValuesGenerators.cpp+26-10
- velox/expression/fuzzer/ExpressionFuzzerTest.cpp+12-2
- velox/functions/lib/DateTimeFormatter.cpp+3-4
- velox/functions/lib/TDigest.h+251-11
- velox/functions/lib/tests/DateTimeFormatterTest.cpp+9
- velox/functions/lib/tests/TDigestTest.cpp+106
- velox/functions/prestosql/GeometryFunctions.h+80
- velox/functions/prestosql/TDigestFunctions.h+134-10
- velox/functions/prestosql/fuzzer/AggregationFuzzerTest.cpp+2-2
- velox/functions/prestosql/fuzzer/FbDatelistStringMergeAggregationInputGenerator.h+99
- velox/functions/prestosql/registration/GeometryFunctionsRegistration.cpp+22-14
- velox/functions/prestosql/registration/TDigestFunctionsRegistration.cpp+31
- velox/functions/prestosql/tests/DateTimeFunctionsTest.cpp+4
- velox/functions/prestosql/tests/GeometryFunctionsTest.cpp+38
- velox/functions/prestosql/tests/TDigestFunctionsTest.cpp+526
- velox/python/init/PyInit.cpp+7
- velox/python/vector/PyVector.cpp+13
- velox/python/vector/PyVector.h+14
- velox/python/vector/vector.cpp+30
- velox/python/vector/vector.pyi+3
- velox/tool/trace/TraceReplayRunner.cpp+4-1
- velox/vector/BaseVector.h+1-1
- velox/vector/BiasVector.h+1-1
- velox/vector/ComplexVector.h+7-7
- velox/vector/ConstantVector.h+2-2
- velox/vector/DictionaryVector.h+2-2
- velox/vector/FlatVector.cpp+1-1
- velox/vector/FlatVector.h+2-2
- velox/vector/FunctionVector.h+3-2
- velox/vector/LazyVector.h+2-2
- velox/vector/SequenceVector.h+2-2
- velox/vector/tests/CopyPreserveEncodingsTest.cpp+19-19
- velox/vector/tests/EncodedVectorCopyTest.cpp+1-1
- website/src/pages/index.js+29-19
- website/yarn.lock+1.9k-2.1k
0 commit comments