MCPcopy Create free account

hub / github.com/duckdb/duckdb / types & classes

Types & classes8,283 in github.com/duckdb/duckdb

↓ 1,597 callersClassInternalException
src/include/duckdb/common/exception.hpp:325
↓ 823 callersClassValue
src/include/duckdb/common/fsst.hpp:21
↓ 779 callersClassBinderException
src/include/duckdb/common/exception/binder_exception.hpp:17
↓ 726 callersClassInvalidInputException
src/include/duckdb/common/exception.hpp:341
↓ 698 callersClassNotImplementedException
src/include/duckdb/common/exception.hpp:261
↓ 388 callersClassScalarFunction
src/include/duckdb/function/function.hpp:32
↓ 387 callersClassParserException
src/include/duckdb/common/exception/parser_exception.hpp:17
↓ 318 callersClassShellTest
tools/shell/tests/conftest.py:65
↓ 229 callersClassIOException
src/include/duckdb/common/exception.hpp:232
↓ 181 callersClassEquals
===--------------------------------------------------------------------===// Comparison Operations ===------------------------------------------------
src/include/duckdb/common/operator/comparison_operators.hpp:24
↓ 179 callersClassBoundCastInfo
src/include/duckdb/function/cast/default_casts.hpp:109
↓ 168 callersClassstring_t
src/include/duckdb/common/fsst.hpp:23
↓ 163 callersClassoptional_idx
src/include/duckdb/common/exception.hpp:27
↓ 140 callersClassOutOfRangeException
src/include/duckdb/common/exception.hpp:175
↓ 113 callersClassErrorData
src/include/duckdb/common/error_data.hpp:18
↓ 109 callersClassBindResult
src/include/duckdb/planner/expression_binder.hpp:47
↓ 108 callersClassColumnBinding
src/include/duckdb/planner/table_binding.hpp:31
↓ 97 callersClassConversionException
src/include/duckdb/common/exception/conversion_exception.hpp:15
↓ 91 callersClasshugeint_t
src/include/duckdb/common/hugeint.hpp:13
↓ 89 callersClassLogicalType
src/include/duckdb/common/types.hpp:255
↓ 88 callersClassuhugeint_t
Forward declaration to allow conversion between hugeint and uhugeint
src/include/duckdb/common/hugeint.hpp:11
↓ 82 callersClassCatalogException
src/include/duckdb/common/exception/catalog_exception.hpp:21
↓ 75 callersClassCopyOption
src/include/duckdb/planner/binder.hpp:70
↓ 70 callersClassParameterNotResolvedException
Special exception that should be thrown in the binder if parameter types could not be resolved This will cause prepared statements to be forcibly rebo
src/include/duckdb/common/exception.hpp:415
↓ 67 callersClassSerializationException
src/include/duckdb/common/exception.hpp:282
↓ 64 callersClassQueryContext
src/include/duckdb/catalog/catalog.hpp:50
↓ 61 callersClassLogicalType
extension/parquet/include/parquet_statistics.hpp:21
↓ 54 callersClassVariantValue
src/include/duckdb/common/types/variant_value.hpp:16
↓ 50 callersClassLogicalIndex
src/include/duckdb/common/constants.hpp:68
↓ 50 callersClassMin
src/include/duckdb/common/operator/aggregate_operators.hpp:18
↓ 46 callersClassTableFunction
src/include/duckdb/planner/binder.hpp:53
↓ 43 callersClassMax
src/include/duckdb/common/operator/aggregate_operators.hpp:25
↓ 41 callersClassException
src/include/duckdb/common/exception.hpp:94
↓ 41 callersClassdtime_t
src/include/duckdb/common/types/time.hpp:17
↓ 38 callersClassTryCast
src/include/duckdb/common/operator/cast_operators.hpp:31
↓ 36 callersClassPragmaStatement
src/include/duckdb/parser/tokens.hpp:34
↓ 32 callersClassColumnDefinition
src/include/duckdb/parser/transformer.hpp:30
↓ 31 callersClassTransactionException
src/include/duckdb/main/error_manager.hpp:19
↓ 31 callersClasstimestamp_t
src/include/duckdb/common/types/date.hpp:20
↓ 29 callersClassSQLIdentifier
Helper class to support custom overloading Escaping " and quoting the value with "
src/include/duckdb/common/exception_format_value.hpp:22
↓ 28 callersClassAggregateFunction
src/include/duckdb/function/function.hpp:26
↓ 28 callersClassNotDistinctFrom
src/include/duckdb/common/operator/comparison_operators.hpp:93
↓ 27 callersClassColumnIndex
src/include/duckdb/common/column_index.hpp:25
↓ 27 callersClassPath
Parsed representation of a path string, covering posix, windows, URI, and UNC forms. FromString(raw) parses and normalizes the input; ToString() reco
src/include/duckdb/common/path.hpp:49
↓ 26 callersClassFatalException
src/include/duckdb/common/exception.hpp:308
↓ 25 callersClassColumnCount
Result of a sniffed tuples using the column count scanner
src/include/duckdb/execution/operator/csv_scanner/column_count_scanner.hpp:21
↓ 22 callersClassAlterEntryData
src/include/duckdb/parser/parsed_data/alter_info.hpp:31
↓ 22 callersClassdate_t
Type used to represent dates (days since 1970-01-01)
src/include/duckdb/common/types/date.hpp:23
↓ 21 callersClassInvalidConfigurationException
src/include/duckdb/common/exception.hpp:368
↓ 19 callersClassCompressionFunction
src/include/duckdb/main/config.hpp:49
↓ 19 callersClassMatch
src/include/duckdb/common/re2_regex.hpp:41
↓ 19 callersClasstimestamp_tz_t
Type used to represent TIMESTAMPTZ. timestamp_tz_t holds the microseconds since 1970-01-01 (UTC). It is physically the same as timestamp_t, both hold
src/include/duckdb/common/types/timestamp.hpp:107
↓ 18 callersClassClientConfig
src/include/duckdb/main/client_config.hpp:31
↓ 18 callersClassConstraintException
src/include/duckdb/common/exception.hpp:212
↓ 18 callersClassdtime_tz_t
NOLINT
src/include/duckdb/common/types/time.hpp:18
↓ 17 callersClassGreaterThan
src/include/duckdb/common/operator/comparison_operators.hpp:37
↓ 17 callersClassSQLString
Helper class to support custom overloading Escaping ' and quoting the value with '
src/include/duckdb/common/exception_format_value.hpp:33
↓ 16 callersClassInterruptException
src/include/duckdb/common/exception.hpp:302
↓ 16 callersClassInvalidTypeException
src/include/duckdb/common/exception.hpp:386
↓ 16 callersClassPermissionException
src/include/duckdb/common/exception.hpp:165
↓ 16 callersEnumType
src/common/types/geometry_crs.cpp:28
↓ 15 callersClassDBConfigOptions
NOTE: DBConfigOptions is mostly deprecated. If you want to add a setting that can be set by the user, add it as a generic setting to `settings.json`.
src/include/duckdb/main/config.hpp:93
↓ 15 callersClassFileOpenFlags
src/include/duckdb/common/file_open_flags.hpp:19
↓ 15 callersClassVector
src/include/duckdb/common/fsst.hpp:22
↓ 14 callersClassBindingAlias
src/include/duckdb/planner/binding_alias.hpp:16
↓ 14 callersClassGreaterThanEquals
src/include/duckdb/common/operator/comparison_operators.hpp:44
↓ 14 callersClassPhysicalIndex
src/include/duckdb/common/constants.hpp:88
↓ 14 callersClassSelectionVector
src/include/duckdb/storage/table/chunk_info.hpp:16
↓ 13 callersClassCheckpointDecision
src/include/duckdb/transaction/duck_transaction_manager.hpp:95
↓ 13 callersClassConstantOrNull
src/include/duckdb/function/scalar/generic_common.hpp:20
↓ 13 callersClassGenericCopyOption
extension/autocomplete/include/ast/generic_copy_option.hpp:10
↓ 13 callersClassSettingLookupResult
src/include/duckdb/main/config.hpp:65
↓ 12 callersClassARTKey
src/include/duckdb/execution/index/art/art.hpp:22
↓ 12 callersClassCSVError
src/include/duckdb/execution/operator/csv_scanner/csv_error.hpp:50
↓ 12 callersClassDistinctCount
src/include/duckdb/optimizer/join_order/relation_statistics_helper.hpp:17
↓ 12 callersClassDistinctFrom
Distinct semantics are from Postgres record sorting. NULL = NULL and not-NULL < NULL Deferring to the non-distinct operations removes the need for fur
src/include/duckdb/common/operator/comparison_operators.hpp:83
↓ 11 callersClassExceptionFormatValue
src/include/duckdb/common/exception_format_value.hpp:51
↓ 11 callersClassLessThan
src/include/duckdb/common/operator/comparison_operators.hpp:51
↓ 11 callersClassMultiFileLocalIndex
src/include/duckdb/common/multi_file/multi_file_data.hpp:161
↓ 11 callersClassOrderModifiers
src/include/duckdb/function/create_sort_key.hpp:15
↓ 11 callersClassQueryErrorContext
src/include/duckdb/common/exception.hpp:24
↓ 11 callersClassTableColumn
src/include/duckdb/common/table_column.hpp:16
↓ 11 callersClassdtime_ns_t
Type used to represent TIME_NS. dtime_ns_t holds the nanoseconds since midnight.
src/include/duckdb/common/types/datetime.hpp:98
↓ 10 callersClassDependencyException
src/include/duckdb/common/exception.hpp:222
↓ 10 callersClassLessThanEquals
src/include/duckdb/common/operator/comparison_operators.hpp:58
↓ 10 callersClassTransactionData
src/include/duckdb/storage/table/row_group.hpp:43
↓ 9 callersClassDistinctGreaterThan
src/include/duckdb/common/operator/comparison_operators.hpp:100
↓ 9 callersClassNotEquals
src/include/duckdb/common/operator/comparison_operators.hpp:30
↓ 9 callersClassOperatorPartitionData
src/include/duckdb/function/table_function.hpp:38
↓ 9 callersClassParserOptions
src/include/duckdb/parser/transformer.hpp:38
↓ 9 callersClassStringType
src/include/duckdb/common/types.hpp:477
↓ 9 callersClassSyntaxException
src/include/duckdb/common/exception.hpp:202
↓ 9 callersClassUUID
The UUIDv4 class contains static operations for the UUIDv4 type
src/include/duckdb/common/types/uuid.hpp:61
↓ 9 callersClassUndoBufferPointer
src/include/duckdb/transaction/undo_buffer.hpp:21
↓ 9 callersClasslist_entry_t
src/include/duckdb/common/types.hpp:41
↓ 8 callersClassAsyncResult
src/include/duckdb/parallel/async_result.hpp:33
↓ 8 callersClassOutOfMemoryException
src/include/duckdb/common/exception.hpp:189
↓ 8 callersClassdtime_t
Type used to represent time (microseconds)
src/include/duckdb/common/types/datetime.hpp:18
↓ 7 callersClassAddFunction
src/include/duckdb/function/scalar/operators.hpp:17
↓ 7 callersClassBoundParameterData
src/include/duckdb/optimizer/cte_inlining.hpp:22
next →1–100 of 8,283, ranked by callers