|
26 | 26 | "src/duckdb/ub_src_common_row_operations.cpp", |
27 | 27 | "src/duckdb/ub_src_common_serializer.cpp", |
28 | 28 | "src/duckdb/ub_src_common_sort.cpp", |
| 29 | + "src/duckdb/ub_src_common_tree_renderer.cpp", |
29 | 30 | "src/duckdb/ub_src_common_types.cpp", |
30 | 31 | "src/duckdb/ub_src_common_types_column.cpp", |
31 | 32 | "src/duckdb/ub_src_common_types_row.cpp", |
|
243 | 244 | "src/duckdb/extension/parquet/parquet_writer.cpp", |
244 | 245 | "src/duckdb/extension/parquet/serialize_parquet.cpp", |
245 | 246 | "src/duckdb/extension/parquet/zstd_file_system.cpp", |
| 247 | + "src/duckdb/extension/parquet/geo_parquet.cpp", |
246 | 248 | "src/duckdb/third_party/parquet/parquet_constants.cpp", |
247 | 249 | "src/duckdb/third_party/parquet/parquet_types.cpp", |
248 | 250 | "src/duckdb/third_party/thrift/thrift/protocol/TProtocol.cpp", |
|
272 | 274 | "src/duckdb/third_party/zstd/compress/zstd_ldm.cpp", |
273 | 275 | "src/duckdb/third_party/zstd/compress/zstd_opt.cpp", |
274 | 276 | "src/duckdb/third_party/lz4/lz4.cpp", |
| 277 | + "src/duckdb/third_party/brotli/common/constants.cpp", |
| 278 | + "src/duckdb/third_party/brotli/common/context.cpp", |
| 279 | + "src/duckdb/third_party/brotli/common/dictionary.cpp", |
| 280 | + "src/duckdb/third_party/brotli/common/platform.cpp", |
| 281 | + "src/duckdb/third_party/brotli/common/shared_dictionary.cpp", |
| 282 | + "src/duckdb/third_party/brotli/common/transform.cpp", |
| 283 | + "src/duckdb/third_party/brotli/dec/bit_reader.cpp", |
| 284 | + "src/duckdb/third_party/brotli/dec/decode.cpp", |
| 285 | + "src/duckdb/third_party/brotli/dec/huffman.cpp", |
| 286 | + "src/duckdb/third_party/brotli/dec/state.cpp", |
| 287 | + "src/duckdb/third_party/brotli/enc/backward_references.cpp", |
| 288 | + "src/duckdb/third_party/brotli/enc/backward_references_hq.cpp", |
| 289 | + "src/duckdb/third_party/brotli/enc/bit_cost.cpp", |
| 290 | + "src/duckdb/third_party/brotli/enc/block_splitter.cpp", |
| 291 | + "src/duckdb/third_party/brotli/enc/brotli_bit_stream.cpp", |
| 292 | + "src/duckdb/third_party/brotli/enc/cluster.cpp", |
| 293 | + "src/duckdb/third_party/brotli/enc/command.cpp", |
| 294 | + "src/duckdb/third_party/brotli/enc/compound_dictionary.cpp", |
| 295 | + "src/duckdb/third_party/brotli/enc/compress_fragment.cpp", |
| 296 | + "src/duckdb/third_party/brotli/enc/compress_fragment_two_pass.cpp", |
| 297 | + "src/duckdb/third_party/brotli/enc/dictionary_hash.cpp", |
| 298 | + "src/duckdb/third_party/brotli/enc/encode.cpp", |
| 299 | + "src/duckdb/third_party/brotli/enc/encoder_dict.cpp", |
| 300 | + "src/duckdb/third_party/brotli/enc/entropy_encode.cpp", |
| 301 | + "src/duckdb/third_party/brotli/enc/fast_log.cpp", |
| 302 | + "src/duckdb/third_party/brotli/enc/histogram.cpp", |
| 303 | + "src/duckdb/third_party/brotli/enc/literal_cost.cpp", |
| 304 | + "src/duckdb/third_party/brotli/enc/memory.cpp", |
| 305 | + "src/duckdb/third_party/brotli/enc/metablock.cpp", |
| 306 | + "src/duckdb/third_party/brotli/enc/static_dict.cpp", |
| 307 | + "src/duckdb/third_party/brotli/enc/utf8_util.cpp", |
275 | 308 | "src/duckdb/extension/icu/./icu-table-range.cpp", |
276 | 309 | "src/duckdb/extension/icu/./icu-makedate.cpp", |
277 | 310 | "src/duckdb/extension/icu/./icu-list-range.cpp", |
|
313 | 346 | "src/duckdb/third_party/libpg_query", |
314 | 347 | "src/duckdb/third_party/libpg_query/include", |
315 | 348 | "src/duckdb/third_party/lz4", |
| 349 | + "src/duckdb/third_party/brotli/include", |
| 350 | + "src/duckdb/third_party/brotli/common", |
| 351 | + "src/duckdb/third_party/brotli/dec", |
| 352 | + "src/duckdb/third_party/brotli/enc", |
316 | 353 | "src/duckdb/third_party/mbedtls", |
317 | 354 | "src/duckdb/third_party/mbedtls/include", |
318 | 355 | "src/duckdb/third_party/mbedtls/library", |
|
328 | 365 | "src/duckdb/third_party/parquet", |
329 | 366 | "src/duckdb/third_party/thrift", |
330 | 367 | "src/duckdb/third_party/lz4", |
| 368 | + "src/duckdb/third_party/brotli/include", |
| 369 | + "src/duckdb/third_party/brotli/common", |
| 370 | + "src/duckdb/third_party/brotli/dec", |
| 371 | + "src/duckdb/third_party/brotli/enc", |
331 | 372 | "src/duckdb/third_party/snappy", |
332 | 373 | "src/duckdb/third_party/zstd/include", |
333 | 374 | "src/duckdb/third_party/mbedtls", |
|
0 commit comments