MCPcopy Create free account

hub / github.com/duckdb/duckdb / functions

Functions26,029 in github.com/duckdb/duckdb

↓ 50 callersMethodIsNull
src/common/vector_operations/null_operations.cpp:37
↓ 50 callersMethodReset
src/execution/operator/join/outer_join_marker.cpp:17
↓ 50 callersFunctionstrtodec
* 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 callersMethodAddChild
src/planner/logical_operator.cpp:204
↓ 49 callersMethodGet
===--------------------------------------------------------------------===// Type-specific getters ===------------------------------------------------
src/common/types/value.cpp:1781
↓ 49 callersMethodGetName
src/common/virtual_file_system.cpp:331
↓ 49 callersMethodGetPosition
src/common/render_tree.cpp:177
↓ 49 callersMethodIsNested
src/include/duckdb/common/types.hpp:273
↓ 49 callersMethodResolveOperatorTypes
src/planner/logical_operator.cpp:93
↓ 48 callersMethodCopy
src/planner/binder/expression/bind_subquery_expression.cpp:29
↓ 48 callersMethodEnableQueryVerification
src/main/connection.cpp:81
↓ 48 callersMethodFail
test/sqlite/sqllogic_parser.hpp:97
↓ 48 callersMethodHasError
src/parallel/executor.cpp:684
↓ 48 callersMethodIsValid
src/storage/external_file_cache.cpp:111
↓ 48 callersMethodLogical
src/parser/column_list.cpp:162
↓ 47 callersFunctionAdbcStatementSetOption
test/api/adbc/driver_manager.cpp:1371
↓ 47 callersMethodGetGateStatus
Returns the gate status of a node.
src/include/duckdb/execution/index/art/node.hpp:208
↓ 47 callersFunctionstrtodt
* 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 callersMethodGetIndex
src/function/scalar/struct/remap_struct.cpp:296
↓ 46 callersMethodRowIsValid
extension/core_functions/scalar/list/range.cpp:135
↓ 46 callersMethodSetDeserializeCallback
src/include/duckdb/function/table_function.hpp:394
↓ 46 callersMethodSetSerializeCallback
src/include/duckdb/function/table_function.hpp:391
↓ 46 callersMethodset
src/include/duckdb/common/atomic_ptr.hpp:79
↓ 45 callersFunctionExecute
test/api/capi/capi_catalog.cpp:13
↓ 45 callersMethodToString
src/common/path.cpp:81
↓ 45 callersFunctionduckdb_destroy_error_data
src/main/capi/error_data-c.cpp:12
↓ 44 callersFunctionDeleteDatabase
test/helpers/test_helpers.cpp:67
↓ 44 callersMethodGenerateTableIndex
src/planner/binder.cpp:224
↓ 44 callersMethodGetData
test/include/capi_tester.hpp:37
↓ 44 callersMethodbegin
src/storage/table/row_group_collection.cpp:350
↓ 43 callersMethodGenerated
src/parser/column_definition.cpp:117
↓ 43 callersMethodadd
(self, duration: float)
scripts/regression_test_python.py:66
↓ 42 callersMethodGetName
src/planner/operator/logical_get.cpp:360
↓ 42 callersMethodGetUsedMemory
src/storage/buffer/buffer_pool.cpp:313
↓ 42 callersMethodIsNumeric
src/common/types.cpp:601
↓ 42 callersFunctionRefersToSameObject
src/include/duckdb/common/helper.hpp:252
↓ 42 callersMethodSetOptionByName
src/main/config.cpp:300
↓ 42 callersFunctionduckdb_destroy_prepare
src/main/capi/prepared-c.cpp:480
↓ 42 callersMethodpop
src/include/duckdb/common/queue.hpp:73
↓ 41 callersMethodAddColumn
src/main/appender.cpp:428
↓ 41 callersMethodCopy
src/execution/sample/reservoir_sample.cpp:40
↓ 41 callersMethodEnd
test/api/test_progress_bar.cpp:81
↓ 41 callersMethodGetTableNames
src/main/connection.cpp:328
↓ 41 callersMethodHasParameter
src/planner/expression.cpp:93
↓ 41 callersMethodRowIsValidUnsafe
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 callersFunctionTestArrowRoundtrip
test/arrow/arrow_roundtrip.cpp:7
↓ 41 callersFunctionduckdb_query
src/main/capi/duckdb-c.cpp:194
↓ 41 callersMethodend
src/common/types/column/column_data_collection.cpp:302
↓ 40 callersFunctionAdbcConnectionGetObjects
test/api/adbc/driver_manager.cpp:941
↓ 40 callersMethodAddExpression
src/execution/expression_executor.cpp:61
↓ 40 callersMethodAppendRow
src/common/types/list_segment.cpp:373
↓ 40 callersMethodDefaultTryCastAs
src/common/types/value.cpp:2043
↓ 40 callersMethodSize
src/include/duckdb/common/file_buffer.hpp:70
↓ 40 callersMethodSkip
src/common/types/geometry.cpp:161
↓ 40 callersFunctionduckdb_destroy_data_chunk
src/main/capi/data_chunk-c.cpp:34
↓ 40 callersFunctionduckdb_execute_prepared
src/main/capi/prepared-c.cpp:424
↓ 40 callersFunctiongetSimpleTdefsByNumber
* Routine: * Purpose: * Algorithm: * Data Structures: * * Params: * Returns: * Called By: * Calls: * Assumptions: * Side Effects: * TODO: N
extension/tpcds/dsdgen/dsdgen-c/tdefs.cpp:143
↓ 39 callersMethodGetPath
src/common/path.cpp:102
↓ 39 callersMethodInitializeEmpty
src/storage/table/row_group.cpp:198
↓ 39 callersMethodJoin
src/common/path.cpp:136
↓ 39 callersFunctionStore
src/include/duckdb/common/helper.hpp:230
↓ 39 callersFunctiondecimal_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 callersMethodEnd
src/storage/write_ahead_log.cpp:213
↓ 38 callersMethodGetTypes
src/parallel/executor.cpp:672
↓ 38 callersMethodOpenFile
test/sqlite/sqllogic_parser.cpp:8
↓ 38 callersMethodPrefixCount
Returns the configured prefix byte capacity.
src/include/duckdb/execution/index/art/art.hpp:163
↓ 38 callersMethodWritePropertyWithDefault
src/include/duckdb/common/serializer/serializer.hpp:96
↓ 38 callersMethoderase_at
src/include/duckdb/common/vector.hpp:117
↓ 38 callersMethodsize
src/include/duckdb/planner/binder.hpp:134
↓ 37 callersMethodBeginTransaction
src/main/connection.cpp:341
↓ 37 callersMethodCreateVectorizedFunction
src/include/duckdb/main/connection.hpp:208
↓ 37 callersMethodToString
src/main/secret/secret.cpp:41
↓ 37 callersFunctionduckdb_append_value
src/main/capi/appender-c.cpp:356
↓ 37 callersFunctionduckdb_vector_get_validity
src/main/capi/data_chunk-c.cpp:116
↓ 36 callersMethodClose
tools/shell/linenoise/history.cpp:216
↓ 36 callersMethodGetType
src/common/types/row/partitioned_tuple_data.cpp:32
↓ 36 callersMethodNumberOfThreads
src/main/database.cpp:544
↓ 36 callersMethodValues
src/main/connection.cpp:267
↓ 36 callersMethodresize
extension/parquet/include/resizable_buffer.hpp:92
↓ 35 callersMethodFlatten
src/common/types/vector.cpp:965
↓ 35 callersMethodGetFunctionByOffset
src/include/duckdb/function/function_set.hpp:36
↓ 35 callersMethodGetGlobalPosition
src/include/duckdb/execution/operator/csv_scanner/base_scanner.hpp:41
↓ 35 callersMethodGetQueryLocation
Returns the location in the query (if any)
src/include/duckdb/parser/base_expression.hpp:45
↓ 35 callersMethodPrintText
tools/shell/shell_highlight.cpp:76
↓ 35 callersFunctiondist_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 callersFunctionduckdb_validity_row_is_valid
src/main/capi/data_chunk-c.cpp:232
↓ 34 callersMethodAddDependency
src/parallel/event.cpp:43
↓ 34 callersMethodFilter
src/main/relation.cpp:76
↓ 34 callersMethodGetClientContext
src/storage/partial_block_manager.cpp:208
↓ 34 callersMethodGetReturnType
src/function/table/system/duckdb_functions.cpp:327
↓ 34 callersMethodHasError
src/main/chunk_scan_state/query_result.cpp:24
↓ 34 callersMethodIsBound
src/planner/binder/query_node/bind_cte_node.cpp:58
↓ 34 callersMethodPendingQuery
src/main/connection.cpp:119
↓ 34 callersFunctionTypeIdToString
LCOV_EXCL_START
src/common/types.cpp:271
↓ 34 callersFunctionduckdb_prepare
src/main/capi/prepared-c.cpp:84
↓ 33 callersMethodAggregate
src/main/relation.cpp:183
↓ 33 callersMethodGetReturnType
src/planner/bound_parameter_map.cpp:11
↓ 33 callersMethodGetType
Returns the node type.
src/include/duckdb/execution/index/art/node.hpp:187
↓ 33 callersFunctionVarintEncode
src/include/duckdb/common/serializer/varint.hpp:38
↓ 33 callersMethodVerify
extension/core_functions/aggregate/holistic/approx_top_k.cpp:148
← previousnext →201–300 of 26,029, ranked by callers