diff options
Diffstat (limited to 'databases/duckdb/pkg-plist')
-rw-r--r-- | databases/duckdb/pkg-plist | 47 |
1 files changed, 41 insertions, 6 deletions
diff --git a/databases/duckdb/pkg-plist b/databases/duckdb/pkg-plist index e7ca60f9edc3..0599f78630e0 100644 --- a/databases/duckdb/pkg-plist +++ b/databases/duckdb/pkg-plist @@ -45,6 +45,7 @@ include/duckdb/catalog/dependency_catalog_set.hpp include/duckdb/catalog/dependency_list.hpp include/duckdb/catalog/dependency_manager.hpp include/duckdb/catalog/duck_catalog.hpp +include/duckdb/catalog/entry_lookup_info.hpp include/duckdb/catalog/similar_catalog_entry.hpp include/duckdb/catalog/standard_entry.hpp include/duckdb/common/adbc/adbc-init.hpp @@ -97,6 +98,7 @@ include/duckdb/common/checksum.hpp include/duckdb/common/chrono.hpp include/duckdb/common/column_index.hpp include/duckdb/common/common.hpp +include/duckdb/common/complex_json.hpp include/duckdb/common/compressed_file_system.hpp include/duckdb/common/constants.hpp include/duckdb/common/crypto/md5.hpp @@ -117,6 +119,7 @@ include/duckdb/common/enums/copy_overwrite_mode.hpp include/duckdb/common/enums/cte_materialize.hpp include/duckdb/common/enums/date_part_specifier.hpp include/duckdb/common/enums/debug_initialize.hpp +include/duckdb/common/enums/debug_vector_verification.hpp include/duckdb/common/enums/destroy_buffer_upon.hpp include/duckdb/common/enums/explain_format.hpp include/duckdb/common/enums/expression_type.hpp @@ -124,6 +127,7 @@ include/duckdb/common/enums/file_compression_type.hpp include/duckdb/common/enums/file_glob_options.hpp include/duckdb/common/enums/filter_propagate_result.hpp include/duckdb/common/enums/function_errors.hpp +include/duckdb/common/enums/http_status_code.hpp include/duckdb/common/enums/index_constraint_type.hpp include/duckdb/common/enums/join_type.hpp include/duckdb/common/enums/joinref_type.hpp @@ -140,6 +144,7 @@ include/duckdb/common/enums/output_type.hpp include/duckdb/common/enums/pending_execution_result.hpp include/duckdb/common/enums/physical_operator_type.hpp include/duckdb/common/enums/prepared_statement_mode.hpp +include/duckdb/common/enums/preserve_order.hpp include/duckdb/common/enums/profiler_format.hpp include/duckdb/common/enums/quantile_enum.hpp include/duckdb/common/enums/relation_type.hpp @@ -193,12 +198,19 @@ include/duckdb/common/list.hpp include/duckdb/common/local_file_system.hpp include/duckdb/common/map.hpp include/duckdb/common/memory_safety.hpp -include/duckdb/common/multi_file_list.hpp -include/duckdb/common/multi_file_reader.hpp -include/duckdb/common/multi_file_reader_options.hpp +include/duckdb/common/multi_file/base_file_reader.hpp +include/duckdb/common/multi_file/multi_file_column_mapper.hpp +include/duckdb/common/multi_file/multi_file_data.hpp +include/duckdb/common/multi_file/multi_file_function.hpp +include/duckdb/common/multi_file/multi_file_list.hpp +include/duckdb/common/multi_file/multi_file_options.hpp +include/duckdb/common/multi_file/multi_file_reader.hpp +include/duckdb/common/multi_file/multi_file_states.hpp +include/duckdb/common/multi_file/union_by_name.hpp include/duckdb/common/mutex.hpp include/duckdb/common/named_parameter_map.hpp include/duckdb/common/numeric_utils.hpp +include/duckdb/common/open_file_info.hpp include/duckdb/common/opener_file_system.hpp include/duckdb/common/operator/abs.hpp include/duckdb/common/operator/add.hpp @@ -223,6 +235,7 @@ include/duckdb/common/pair.hpp include/duckdb/common/perfect_map_set.hpp include/duckdb/common/pipe_file_system.hpp include/duckdb/common/platform.hpp +include/duckdb/common/primitive_dictionary.hpp include/duckdb/common/printer.hpp include/duckdb/common/profiler.hpp include/duckdb/common/progress_bar/display/terminal_progress_bar_display.hpp @@ -250,6 +263,7 @@ include/duckdb/common/serializer/serialization_traits.hpp include/duckdb/common/serializer/serializer.hpp include/duckdb/common/serializer/write_stream.hpp include/duckdb/common/set.hpp +include/duckdb/common/shadow_forbidden_functions.hpp include/duckdb/common/shared_ptr.hpp include/duckdb/common/shared_ptr_ipp.hpp include/duckdb/common/sort/comparators.hpp @@ -264,6 +278,7 @@ include/duckdb/common/string.hpp include/duckdb/common/string_map_set.hpp include/duckdb/common/string_util.hpp include/duckdb/common/swap.hpp +include/duckdb/common/table_column.hpp include/duckdb/common/thread.hpp include/duckdb/common/to_string.hpp include/duckdb/common/tree_renderer.hpp @@ -329,7 +344,6 @@ include/duckdb/common/types/vector_buffer.hpp include/duckdb/common/types/vector_cache.hpp include/duckdb/common/uhugeint.hpp include/duckdb/common/unicode_bar.hpp -include/duckdb/common/union_by_name.hpp include/duckdb/common/unique_ptr.hpp include/duckdb/common/unordered_map.hpp include/duckdb/common/unordered_set.hpp @@ -362,6 +376,9 @@ include/duckdb/execution/expression_executor_state.hpp include/duckdb/execution/ht_entry.hpp include/duckdb/execution/index/art/art.hpp include/duckdb/execution/index/art/art_key.hpp +include/duckdb/execution/index/art/art_merger.hpp +include/duckdb/execution/index/art/art_operator.hpp +include/duckdb/execution/index/art/art_scanner.hpp include/duckdb/execution/index/art/base_leaf.hpp include/duckdb/execution/index/art/base_node.hpp include/duckdb/execution/index/art/iterator.hpp @@ -399,6 +416,7 @@ include/duckdb/execution/operator/csv_scanner/csv_casting.hpp include/duckdb/execution/operator/csv_scanner/csv_error.hpp include/duckdb/execution/operator/csv_scanner/csv_file_handle.hpp include/duckdb/execution/operator/csv_scanner/csv_file_scanner.hpp +include/duckdb/execution/operator/csv_scanner/csv_multi_file_info.hpp include/duckdb/execution/operator/csv_scanner/csv_option.hpp include/duckdb/execution/operator/csv_scanner/csv_reader_options.hpp include/duckdb/execution/operator/csv_scanner/csv_schema.hpp @@ -409,8 +427,8 @@ include/duckdb/execution/operator/csv_scanner/csv_validator.hpp include/duckdb/execution/operator/csv_scanner/encode/csv_encoder.hpp include/duckdb/execution/operator/csv_scanner/global_csv_state.hpp include/duckdb/execution/operator/csv_scanner/header_value.hpp -include/duckdb/execution/operator/csv_scanner/quote_rules.hpp include/duckdb/execution/operator/csv_scanner/scanner_boundary.hpp +include/duckdb/execution/operator/csv_scanner/set_columns.hpp include/duckdb/execution/operator/csv_scanner/skip_scanner.hpp include/duckdb/execution/operator/csv_scanner/sniffer/csv_sniffer.hpp include/duckdb/execution/operator/csv_scanner/sniffer/sniff_result.hpp @@ -513,6 +531,7 @@ include/duckdb/function/built_in_functions.hpp include/duckdb/function/cast/bound_cast_data.hpp include/duckdb/function/cast/cast_function_set.hpp include/duckdb/function/cast/default_casts.hpp +include/duckdb/function/cast/nested_to_varchar_cast.hpp include/duckdb/function/cast/vector_cast_helpers.hpp include/duckdb/function/cast_rules.hpp include/duckdb/function/compression/compression.hpp @@ -588,9 +607,10 @@ include/duckdb/function/window/window_segment_tree.hpp include/duckdb/function/window/window_shared_expressions.hpp include/duckdb/function/window/window_token_tree.hpp include/duckdb/function/window/window_value_function.hpp -include/duckdb/logging/http_logger.hpp +include/duckdb/logging/file_system_logger.hpp include/duckdb/logging/log_manager.hpp include/duckdb/logging/log_storage.hpp +include/duckdb/logging/log_type.hpp include/duckdb/logging/logger.hpp include/duckdb/logging/logging.hpp include/duckdb/main/appender.hpp @@ -739,6 +759,9 @@ include/duckdb/optimizer/statistics_propagator.hpp include/duckdb/optimizer/sum_rewriter.hpp include/duckdb/optimizer/topn_optimizer.hpp include/duckdb/optimizer/unnest_rewriter.hpp +include/duckdb/original/std/locale.hpp +include/duckdb/original/std/memory.hpp +include/duckdb/original/std/sstream.hpp include/duckdb/parallel/base_pipeline_event.hpp include/duckdb/parallel/concurrentqueue.hpp include/duckdb/parallel/event.hpp @@ -874,6 +897,7 @@ include/duckdb/parser/statement/update_extensions_statement.hpp include/duckdb/parser/statement/update_statement.hpp include/duckdb/parser/statement/vacuum_statement.hpp include/duckdb/parser/tableref.hpp +include/duckdb/parser/tableref/at_clause.hpp include/duckdb/parser/tableref/basetableref.hpp include/duckdb/parser/tableref/column_data_ref.hpp include/duckdb/parser/tableref/delimgetref.hpp @@ -953,7 +977,9 @@ include/duckdb/planner/extension_callback.hpp include/duckdb/planner/filter/conjunction_filter.hpp include/duckdb/planner/filter/constant_filter.hpp include/duckdb/planner/filter/dynamic_filter.hpp +include/duckdb/planner/filter/expression_filter.hpp include/duckdb/planner/filter/in_filter.hpp +include/duckdb/planner/filter/list.hpp include/duckdb/planner/filter/null_filter.hpp include/duckdb/planner/filter/optional_filter.hpp include/duckdb/planner/filter/struct_filter.hpp @@ -973,6 +999,7 @@ include/duckdb/planner/operator/logical_create_index.hpp include/duckdb/planner/operator/logical_create_secret.hpp include/duckdb/planner/operator/logical_create_table.hpp include/duckdb/planner/operator/logical_cross_product.hpp +include/duckdb/planner/operator/logical_cte.hpp include/duckdb/planner/operator/logical_cteref.hpp include/duckdb/planner/operator/logical_delete.hpp include/duckdb/planner/operator/logical_delim_get.hpp @@ -1026,6 +1053,8 @@ include/duckdb/planner/subquery/rewrite_correlated_expressions.hpp include/duckdb/planner/subquery/rewrite_cte_scan.hpp include/duckdb/planner/table_binding.hpp include/duckdb/planner/table_filter.hpp +include/duckdb/planner/table_filter_state.hpp +include/duckdb/planner/tableref/bound_at_clause.hpp include/duckdb/planner/tableref/bound_basetableref.hpp include/duckdb/planner/tableref/bound_column_data_ref.hpp include/duckdb/planner/tableref/bound_cteref.hpp @@ -1046,6 +1075,7 @@ include/duckdb/storage/buffer/buffer_handle.hpp include/duckdb/storage/buffer/buffer_pool.hpp include/duckdb/storage/buffer/temporary_file_information.hpp include/duckdb/storage/buffer_manager.hpp +include/duckdb/storage/caching_file_system.hpp include/duckdb/storage/checkpoint/row_group_writer.hpp include/duckdb/storage/checkpoint/string_checkpoint_state.hpp include/duckdb/storage/checkpoint/table_data_reader.hpp @@ -1082,6 +1112,10 @@ include/duckdb/storage/compression/chimp/chimp_analyze.hpp include/duckdb/storage/compression/chimp/chimp_compress.hpp include/duckdb/storage/compression/chimp/chimp_fetch.hpp include/duckdb/storage/compression/chimp/chimp_scan.hpp +include/duckdb/storage/compression/dict_fsst/analyze.hpp +include/duckdb/storage/compression/dict_fsst/common.hpp +include/duckdb/storage/compression/dict_fsst/compression.hpp +include/duckdb/storage/compression/dict_fsst/decompression.hpp include/duckdb/storage/compression/dictionary/analyze.hpp include/duckdb/storage/compression/dictionary/common.hpp include/duckdb/storage/compression/dictionary/compression.hpp @@ -1099,6 +1133,7 @@ include/duckdb/storage/compression/roaring/roaring.hpp include/duckdb/storage/data_pointer.hpp include/duckdb/storage/data_table.hpp include/duckdb/storage/database_size.hpp +include/duckdb/storage/external_file_cache.hpp include/duckdb/storage/in_memory_block_manager.hpp include/duckdb/storage/index.hpp include/duckdb/storage/index_storage_info.hpp |