File tree
2 files changed
+7
-1
lines changed- presto-native-execution
- presto_cpp/main/types
2 files changed
+7
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1128 | 1128 |
| |
1129 | 1129 |
| |
1130 | 1130 |
| |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
1131 | 1136 |
| |
1132 | 1137 |
| |
1133 | 1138 |
| |
| |||
1151 | 1156 |
| |
1152 | 1157 |
| |
1153 | 1158 |
| |
| 1159 | + | |
1154 | 1160 |
| |
1155 | 1161 |
| |
1156 | 1162 |
| |
|
- CMake/resolve_dependency_modules/gflags.cmake+13
- CMakeLists.txt+2
- velox/common/file/File.cpp+8-8
- velox/common/file/File.h+14-11
- velox/common/file/FileSystems.h+44
- velox/common/file/tests/FaultyFile.cpp+3-3
- velox/common/file/tests/FaultyFile.h+3-3
- velox/common/io/CMakeLists.txt-4
- velox/common/io/IoStatistics.cpp-31
- velox/common/io/IoStatistics.h-7
- velox/common/io/tests/CMakeLists.txt-24
- velox/common/io/tests/IoStatisticsTest.cpp-56
- velox/common/memory/ByteStream.h+1
- velox/connectors/hive/HiveConnectorSplit.cpp+11
- velox/connectors/hive/HiveConnectorSplit.h+48
- velox/connectors/hive/HiveConnectorUtil.cpp+3
- velox/connectors/hive/HiveConnectorUtil.h+1
- velox/connectors/hive/HiveDataSource.cpp+8-1
- velox/connectors/hive/HiveDataSource.h+2
- velox/connectors/hive/SplitReader.cpp+6
- velox/connectors/hive/SplitReader.h+4
- velox/connectors/hive/iceberg/IcebergSplit.cpp+4-2
- velox/connectors/hive/iceberg/IcebergSplitReader.cpp+3
- velox/connectors/hive/iceberg/IcebergSplitReader.h+1
- velox/connectors/hive/iceberg/PositionalDeleteFileReader.cpp+3
- velox/connectors/hive/iceberg/PositionalDeleteFileReader.h+3
- velox/connectors/hive/iceberg/tests/IcebergSplitReaderBenchmark.cpp+3
- velox/connectors/hive/storage_adapters/abfs/AbfsFileSystem.cpp+8-8
- velox/connectors/hive/storage_adapters/abfs/AbfsReadFile.h+4-4
- velox/connectors/hive/storage_adapters/gcs/GcsFileSystem.cpp+3-3
- velox/connectors/hive/storage_adapters/hdfs/HdfsReadFile.cpp+2-2
- velox/connectors/hive/storage_adapters/hdfs/HdfsReadFile.h+2-2
- velox/connectors/hive/storage_adapters/s3fs/S3FileSystem.cpp+3-3
- velox/connectors/hive/tests/HiveConnectorSerDeTest.cpp+4
- velox/connectors/hive/tests/HiveConnectorUtilTest.cpp+1
- velox/core/PlanNode.cpp+2-6
- velox/docs/functions/spark/conversion.rst+19
- velox/docs/functions/spark/datetime.rst+26
- velox/docs/functions/spark/json.rst+9
- velox/dwio/common/BufferedInput.h+3-1
- velox/dwio/common/CachedBufferedInput.h+8-1
- velox/dwio/common/DirectBufferedInput.h+15-2
- velox/dwio/common/InputStream.cpp+7-6
- velox/dwio/common/InputStream.h+9-3
- velox/dwio/common/tests/TestBufferedInput.cpp+15-4
- velox/dwio/dwrf/common/Common.h+11-6
- velox/dwio/dwrf/test/CacheInputTest.cpp+103-29
- velox/dwio/dwrf/test/DirectBufferedInputTest.cpp+4-1
- velox/dwio/dwrf/test/TestReadFile.h+4-4
- velox/dwio/dwrf/test/TestStripeStream.cpp+3-1
- velox/exec/fuzzer/CacheFuzzer.cpp+2
- velox/exec/fuzzer/FuzzerUtil.cpp+1
- velox/experimental/wave/common/BitUtil.cuh+1-3
- velox/experimental/wave/common/CompilerDefines.h+1-1
- velox/experimental/wave/common/tests/CMakeLists.txt+4
- velox/experimental/wave/common/tests/CudaTest.cpp+2
- velox/experimental/wave/common/tests/CudaTest.cu+17
- velox/expression/CastExpr-inl.h+17
- velox/expression/CastHooks.h+3
- velox/expression/PrestoCastHooks.cpp+6
- velox/expression/PrestoCastHooks.h+3
- velox/functions/lib/DateTimeFormatter.cpp+8-3
- velox/functions/lib/JsonArrayLength.h+71
- velox/functions/lib/aggregates/Compare.cpp+2-8
- velox/functions/lib/aggregates/Compare.h+1-1
- velox/functions/lib/aggregates/MinMaxAggregateBase.cpp+14-3
- velox/functions/prestosql/Comparisons.cpp+1-1
- velox/functions/prestosql/JsonFunctions.h-29
- velox/functions/prestosql/aggregates/MinMaxByAggregateBase.h+7-8
- velox/functions/prestosql/benchmarks/JsonExprBenchmark.cpp+1
- velox/functions/prestosql/registration/JsonFunctionsRegistration.cpp+1
- velox/functions/prestosql/tests/DateTimeFunctionsTest.cpp+6
- velox/functions/sparksql/DateTimeFunctions.h+19
- velox/functions/sparksql/aggregates/tests/MinMaxAggregationTest.cpp+15-7
- velox/functions/sparksql/registration/RegisterDatetime.cpp+4
- velox/functions/sparksql/registration/RegisterJson.cpp+4
- velox/functions/sparksql/specialforms/SparkCastHooks.cpp+22-4
- velox/functions/sparksql/specialforms/SparkCastHooks.h+11
- velox/functions/sparksql/tests/CMakeLists.txt+1
- velox/functions/sparksql/tests/DateTimeFunctionsTest.cpp+35
- velox/functions/sparksql/tests/JsonArrayLengthTest.cpp+41
- velox/functions/sparksql/tests/SparkCastExprTest.cpp+56
- velox/serializers/PrestoIterativeVectorSerializer.cpp+3-1
- velox/serializers/PrestoIterativeVectorSerializer.h+1-1
- velox/serializers/PrestoSerializerSerializationUtils.cpp-178
- velox/serializers/PrestoSerializerSerializationUtils.h+181-10
- velox/serializers/VectorStream.cpp+5-1
- velox/serializers/VectorStream.h+1-2
- velox/serializers/tests/PrestoSerializerTest.cpp+12-12
- velox/type/Timestamp.cpp+1-1
- velox/type/Timestamp.h+2
- website/blog/2025-02-17-velox-primer-part-1.mdx+135
- website/blog/authors.yml+6
- website/static/img/velox-primer-part1.png
0 commit comments