Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ functions
Functions
26,029 in github.com/duckdb/duckdb
⨍
Functions
26,029
◇
Types & classes
8,283
↳
Endpoints
3
↓ 50 callers
Method
IsNull
src/common/vector_operations/null_operations.cpp:37
↓ 50 callers
Method
Reset
src/execution/operator/join/outer_join_marker.cpp:17
↓ 50 callers
Function
strtodec
* Routine: strtodec() * Purpose: Convert an ascii string to a decimal_t structure * Algorithm: * Data Structures: * * Params: char *s * Returns:
extension/tpcds/dsdgen/dsdgen-c/decimal.cpp:168
↓ 49 callers
Method
AddChild
src/planner/logical_operator.cpp:204
↓ 49 callers
Method
Get
===--------------------------------------------------------------------===// Type-specific getters ===------------------------------------------------
src/common/types/value.cpp:1781
↓ 49 callers
Method
GetName
src/common/virtual_file_system.cpp:331
↓ 49 callers
Method
GetPosition
src/common/render_tree.cpp:177
↓ 49 callers
Method
IsNested
src/include/duckdb/common/types.hpp:273
↓ 49 callers
Method
ResolveOperatorTypes
src/planner/logical_operator.cpp:93
↓ 48 callers
Method
Copy
src/planner/binder/expression/bind_subquery_expression.cpp:29
↓ 48 callers
Method
EnableQueryVerification
src/main/connection.cpp:81
↓ 48 callers
Method
Fail
test/sqlite/sqllogic_parser.hpp:97
↓ 48 callers
Method
HasError
src/parallel/executor.cpp:684
↓ 48 callers
Method
IsValid
src/storage/external_file_cache.cpp:111
↓ 48 callers
Method
Logical
src/parser/column_list.cpp:162
↓ 47 callers
Function
AdbcStatementSetOption
test/api/adbc/driver_manager.cpp:1371
↓ 47 callers
Method
GetGateStatus
Returns the gate status of a node.
src/include/duckdb/execution/index/art/node.hpp:208
↓ 47 callers
Function
strtodt
* Routine: strtodt() * Purpose: Convert an ascii string to a date_t structure * Algorithm: * Data Structures: * * Params: char *s, date_t *dest
extension/tpcds/dsdgen/dsdgen-c/date.cpp:196
↓ 46 callers
Method
GetIndex
src/function/scalar/struct/remap_struct.cpp:296
↓ 46 callers
Method
RowIsValid
extension/core_functions/scalar/list/range.cpp:135
↓ 46 callers
Method
SetDeserializeCallback
src/include/duckdb/function/table_function.hpp:394
↓ 46 callers
Method
SetSerializeCallback
src/include/duckdb/function/table_function.hpp:391
↓ 46 callers
Method
set
src/include/duckdb/common/atomic_ptr.hpp:79
↓ 45 callers
Function
Execute
test/api/capi/capi_catalog.cpp:13
↓ 45 callers
Method
ToString
src/common/path.cpp:81
↓ 45 callers
Function
duckdb_destroy_error_data
src/main/capi/error_data-c.cpp:12
↓ 44 callers
Function
DeleteDatabase
test/helpers/test_helpers.cpp:67
↓ 44 callers
Method
GenerateTableIndex
src/planner/binder.cpp:224
↓ 44 callers
Method
GetData
test/include/capi_tester.hpp:37
↓ 44 callers
Method
begin
src/storage/table/row_group_collection.cpp:350
↓ 43 callers
Method
Generated
src/parser/column_definition.cpp:117
↓ 43 callers
Method
add
(self, duration: float)
scripts/regression_test_python.py:66
↓ 42 callers
Method
GetName
src/planner/operator/logical_get.cpp:360
↓ 42 callers
Method
GetUsedMemory
src/storage/buffer/buffer_pool.cpp:313
↓ 42 callers
Method
IsNumeric
src/common/types.cpp:601
↓ 42 callers
Function
RefersToSameObject
src/include/duckdb/common/helper.hpp:252
↓ 42 callers
Method
SetOptionByName
src/main/config.cpp:300
↓ 42 callers
Function
duckdb_destroy_prepare
src/main/capi/prepared-c.cpp:480
↓ 42 callers
Method
pop
src/include/duckdb/common/queue.hpp:73
↓ 41 callers
Method
AddColumn
src/main/appender.cpp:428
↓ 41 callers
Method
Copy
src/execution/sample/reservoir_sample.cpp:40
↓ 41 callers
Method
End
test/api/test_progress_bar.cpp:81
↓ 41 callers
Method
GetTableNames
src/main/connection.cpp:328
↓ 41 callers
Method
HasParameter
src/planner/expression.cpp:93
↓ 41 callers
Method
RowIsValidUnsafe
RowIsValidUnsafe should only be used if AllValid() is false: it achieves the same as RowIsValid but skips a not-null check
src/include/duckdb/common/types/validity_mask.hpp:409
↓ 41 callers
Function
TestArrowRoundtrip
test/arrow/arrow_roundtrip.cpp:7
↓ 41 callers
Function
duckdb_query
src/main/capi/duckdb-c.cpp:194
↓ 41 callers
Method
end
src/common/types/column/column_data_collection.cpp:302
↓ 40 callers
Function
AdbcConnectionGetObjects
test/api/adbc/driver_manager.cpp:941
↓ 40 callers
Method
AddExpression
src/execution/expression_executor.cpp:61
↓ 40 callers
Method
AppendRow
src/common/types/list_segment.cpp:373
↓ 40 callers
Method
DefaultTryCastAs
src/common/types/value.cpp:2043
↓ 40 callers
Method
Size
src/include/duckdb/common/file_buffer.hpp:70
↓ 40 callers
Method
Skip
src/common/types/geometry.cpp:161
↓ 40 callers
Function
duckdb_destroy_data_chunk
src/main/capi/data_chunk-c.cpp:34
↓ 40 callers
Function
duckdb_execute_prepared
src/main/capi/prepared-c.cpp:424
↓ 40 callers
Function
getSimpleTdefsByNumber
* Routine: * Purpose: * Algorithm: * Data Structures: * * Params: * Returns: * Called By: * Calls: * Assumptions: * Side Effects: * TODO: N
extension/tpcds/dsdgen/dsdgen-c/tdefs.cpp:143
↓ 39 callers
Method
GetPath
src/common/path.cpp:102
↓ 39 callers
Method
InitializeEmpty
src/storage/table/row_group.cpp:198
↓ 39 callers
Method
Join
src/common/path.cpp:136
↓ 39 callers
Function
Store
src/include/duckdb/common/helper.hpp:230
↓ 39 callers
Function
decimal_t_op
* Routine: decimal_t_op(int op, decimal_t *operand1, decimal_t *operand2) * Purpose: execute arbitrary binary operations on decimal_t's * Algorithm:
extension/tpcds/dsdgen/dsdgen-c/decimal.cpp:274
↓ 38 callers
Method
End
src/storage/write_ahead_log.cpp:213
↓ 38 callers
Method
GetTypes
src/parallel/executor.cpp:672
↓ 38 callers
Method
OpenFile
test/sqlite/sqllogic_parser.cpp:8
↓ 38 callers
Method
PrefixCount
Returns the configured prefix byte capacity.
src/include/duckdb/execution/index/art/art.hpp:163
↓ 38 callers
Method
WritePropertyWithDefault
src/include/duckdb/common/serializer/serializer.hpp:96
↓ 38 callers
Method
erase_at
src/include/duckdb/common/vector.hpp:117
↓ 38 callers
Method
size
src/include/duckdb/planner/binder.hpp:134
↓ 37 callers
Method
BeginTransaction
src/main/connection.cpp:341
↓ 37 callers
Method
CreateVectorizedFunction
src/include/duckdb/main/connection.hpp:208
↓ 37 callers
Method
ToString
src/main/secret/secret.cpp:41
↓ 37 callers
Function
duckdb_append_value
src/main/capi/appender-c.cpp:356
↓ 37 callers
Function
duckdb_vector_get_validity
src/main/capi/data_chunk-c.cpp:116
↓ 36 callers
Method
Close
tools/shell/linenoise/history.cpp:216
↓ 36 callers
Method
GetType
src/common/types/row/partitioned_tuple_data.cpp:32
↓ 36 callers
Method
NumberOfThreads
src/main/database.cpp:544
↓ 36 callers
Method
Values
src/main/connection.cpp:267
↓ 36 callers
Method
resize
extension/parquet/include/resizable_buffer.hpp:92
↓ 35 callers
Method
Flatten
src/common/types/vector.cpp:965
↓ 35 callers
Method
GetFunctionByOffset
src/include/duckdb/function/function_set.hpp:36
↓ 35 callers
Method
GetGlobalPosition
src/include/duckdb/execution/operator/csv_scanner/base_scanner.hpp:41
↓ 35 callers
Method
GetQueryLocation
Returns the location in the query (if any)
src/include/duckdb/parser/base_expression.hpp:45
↓ 35 callers
Method
PrintText
tools/shell/shell_highlight.cpp:76
↓ 35 callers
Function
dist_weight
* Routine: int dist_weight * Purpose: return the weight of a particular member of a distribution * Algorithm: * Data Structures: * * Params: dist
extension/tpcds/dsdgen/dsdgen-c/dist.cpp:593
↓ 35 callers
Function
duckdb_validity_row_is_valid
src/main/capi/data_chunk-c.cpp:232
↓ 34 callers
Method
AddDependency
src/parallel/event.cpp:43
↓ 34 callers
Method
Filter
src/main/relation.cpp:76
↓ 34 callers
Method
GetClientContext
src/storage/partial_block_manager.cpp:208
↓ 34 callers
Method
GetReturnType
src/function/table/system/duckdb_functions.cpp:327
↓ 34 callers
Method
HasError
src/main/chunk_scan_state/query_result.cpp:24
↓ 34 callers
Method
IsBound
src/planner/binder/query_node/bind_cte_node.cpp:58
↓ 34 callers
Method
PendingQuery
src/main/connection.cpp:119
↓ 34 callers
Function
TypeIdToString
LCOV_EXCL_START
src/common/types.cpp:271
↓ 34 callers
Function
duckdb_prepare
src/main/capi/prepared-c.cpp:84
↓ 33 callers
Method
Aggregate
src/main/relation.cpp:183
↓ 33 callers
Method
GetReturnType
src/planner/bound_parameter_map.cpp:11
↓ 33 callers
Method
GetType
Returns the node type.
src/include/duckdb/execution/index/art/node.hpp:187
↓ 33 callers
Function
VarintEncode
src/include/duckdb/common/serializer/varint.hpp:38
↓ 33 callers
Method
Verify
extension/core_functions/aggregate/holistic/approx_top_k.cpp:148
← previous
next →
201–300 of 26,029, ranked by callers