SYMBOL INDEX (94 symbols across 1 files) FILE: lib/duckdb.h type duckdb_type (line 61) | typedef enum DUCKDB_TYPE { type duckdb_state (line 146) | typedef enum duckdb_state { DuckDBSuccess = 0, DuckDBError = 1 } duckdb_... type duckdb_pending_state (line 149) | typedef enum duckdb_pending_state { type duckdb_result_type (line 157) | typedef enum duckdb_result_type { type duckdb_statement_type (line 165) | typedef enum duckdb_statement_type { type duckdb_error_type (line 197) | typedef enum duckdb_error_type { type duckdb_cast_mode (line 244) | typedef enum duckdb_cast_mode { DUCKDB_CAST_NORMAL = 0, DUCKDB_CAST_TRY ... type duckdb_file_flag (line 246) | typedef enum duckdb_file_flag { type duckdb_config_option_scope (line 264) | typedef enum duckdb_config_option_scope { type duckdb_catalog_entry_type (line 276) | typedef enum duckdb_catalog_entry_type { type idx_t (line 294) | typedef uint64_t idx_t; type sel_t (line 297) | typedef uint32_t sel_t; type duckdb_date (line 316) | typedef struct { type duckdb_date_struct (line 320) | typedef struct { type duckdb_time (line 328) | typedef struct { type duckdb_time_struct (line 332) | typedef struct { type duckdb_time_ns (line 340) | typedef struct { type duckdb_time_tz (line 346) | typedef struct { type duckdb_time_tz_struct (line 350) | typedef struct { type duckdb_timestamp (line 357) | typedef struct { type duckdb_timestamp_struct (line 361) | typedef struct { type duckdb_timestamp_s (line 367) | typedef struct { type duckdb_timestamp_ms (line 372) | typedef struct { type duckdb_timestamp_ns (line 377) | typedef struct { type duckdb_interval (line 382) | typedef struct { type duckdb_hugeint (line 391) | typedef struct { type duckdb_uhugeint (line 399) | typedef struct { type duckdb_decimal (line 406) | typedef struct { type duckdb_query_progress_type (line 413) | typedef struct { type duckdb_string_t (line 423) | typedef struct { type duckdb_list_entry (line 441) | typedef struct { type duckdb_column (line 449) | typedef struct { type _duckdb_vector (line 463) | struct _duckdb_vector { type _duckdb_selection_vector (line 470) | struct _duckdb_selection_vector { type duckdb_string (line 480) | typedef struct { type duckdb_blob (line 487) | typedef struct { type duckdb_bit (line 497) | typedef struct { type duckdb_bignum (line 505) | typedef struct { type duckdb_result (line 513) | typedef struct { type _duckdb_instance_cache (line 528) | struct _duckdb_instance_cache { type _duckdb_database (line 533) | struct _duckdb_database { type _duckdb_connection (line 538) | struct _duckdb_connection { type _duckdb_client_context (line 543) | struct _duckdb_client_context { type _duckdb_prepared_statement (line 549) | struct _duckdb_prepared_statement { type _duckdb_extracted_statements (line 554) | struct _duckdb_extracted_statements { type _duckdb_pending_result (line 560) | struct _duckdb_pending_result { type _duckdb_appender (line 566) | struct _duckdb_appender { type _duckdb_table_description (line 572) | struct _duckdb_table_description { type _duckdb_config (line 578) | struct _duckdb_config { type _duckdb_config_option (line 584) | struct _duckdb_config_option { type _duckdb_logical_type (line 590) | struct _duckdb_logical_type { type _duckdb_create_type_info (line 596) | struct _duckdb_create_type_info { type _duckdb_data_chunk (line 602) | struct _duckdb_data_chunk { type _duckdb_value (line 608) | struct _duckdb_value { type _duckdb_profiling_info (line 614) | struct _duckdb_profiling_info { type _duckdb_error_data (line 620) | struct _duckdb_error_data { type _duckdb_expression (line 626) | struct _duckdb_expression { type _duckdb_extension_info (line 635) | struct _duckdb_extension_info { type _duckdb_function_info (line 645) | struct _duckdb_function_info { type _duckdb_bind_info (line 651) | struct _duckdb_bind_info { type _duckdb_init_info (line 657) | struct _duckdb_init_info { type _duckdb_scalar_function (line 666) | struct _duckdb_scalar_function { type _duckdb_scalar_function_set (line 671) | struct _duckdb_scalar_function_set { type _duckdb_aggregate_function (line 689) | struct _duckdb_aggregate_function { type _duckdb_aggregate_function_set (line 694) | struct _duckdb_aggregate_function_set { type _duckdb_aggregate_state (line 699) | struct _duckdb_aggregate_state { type idx_t (line 704) | typedef idx_t (*duckdb_aggregate_state_size)(duckdb_function_info info); type _duckdb_table_function (line 729) | struct _duckdb_table_function { type _duckdb_copy_function (line 747) | struct _duckdb_copy_function { type _duckdb_copy_function_bind_info (line 752) | struct _duckdb_copy_function_bind_info { type _duckdb_copy_function_global_init_info (line 757) | struct _duckdb_copy_function_global_init_info { type _duckdb_copy_function_sink_info (line 762) | struct _duckdb_copy_function_sink_info { type _duckdb_copy_function_finalize_info (line 767) | struct _duckdb_copy_function_finalize_info { type _duckdb_cast_function (line 788) | struct _duckdb_cast_function { type _duckdb_replacement_scan_info (line 801) | struct _duckdb_replacement_scan_info { type ArrowArray (line 816) | struct ArrowArray type ArrowSchema (line 818) | struct ArrowSchema type _duckdb_arrow (line 821) | struct _duckdb_arrow { type _duckdb_arrow_stream (line 826) | struct _duckdb_arrow_stream { type _duckdb_arrow_schema (line 831) | struct _duckdb_arrow_schema { type _duckdb_arrow_converted_schema (line 839) | struct _duckdb_arrow_converted_schema { type _duckdb_arrow_array (line 844) | struct _duckdb_arrow_array { type _duckdb_arrow_options (line 850) | struct _duckdb_arrow_options { type _duckdb_file_open_options (line 858) | struct _duckdb_file_open_options { type _duckdb_file_system (line 862) | struct _duckdb_file_system { type _duckdb_file_handle (line 866) | struct _duckdb_file_handle { type _duckdb_catalog (line 876) | struct _duckdb_catalog { type _duckdb_catalog_entry (line 882) | struct _duckdb_catalog_entry { type _duckdb_log_storage (line 891) | struct _duckdb_log_storage { type duckdb_extension_access (line 904) | struct duckdb_extension_access { type ArrowSchema (line 5036) | struct ArrowSchema type ArrowArray (line 5048) | struct ArrowArray type ArrowSchema (line 5059) | struct ArrowSchema type ArrowArray (line 5073) | struct ArrowArray