Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ functions
Functions
11,544 in github.com/LadybugDB/ladybug
⨍
Functions
11,544
◇
Types & classes
3,190
↳
Endpoints
1
↓ 23 callers
Function
testAndSetValue
src/function/cast_from_string_functions.cpp:669
↓ 23 callers
Method
validateType
src/common/types/value/value.cpp:933
↓ 23 callers
Method
write
src/common/serializer/buffer_writer.cpp:14
↓ 22 callers
Function
checkTuple
test/api/prepare_test.cpp:6
↓ 22 callers
Function
createStringArray
Helper to create a string array from vector
test/include/arrow_test_utils.h:203
↓ 22 callers
Method
fileOrPathExists
src/common/file_system/file_system.cpp:35
↓ 22 callers
Method
getAlias
src/include/parser/query/reading_clause/unwind_clause.h:19
↓ 22 callers
Method
getNumFiles
src/include/common/copier_config/file_scan_info.h:43
↓ 22 callers
Method
getPropertyName
src/common/types/value/rel.cpp:33
↓ 22 callers
Method
getValue<string_t>
src/storage/table/string_chunk_data.cpp:311
↓ 22 callers
Method
isExpressionInScope
src/planner/operator/schema.cpp:104
↓ 22 callers
Method
size
src/include/common/arrow/arrow_buffer.h:58
↓ 21 callers
Function
acceptSearch
tools/shell/linenoise.cpp:2755
↓ 21 callers
Method
contains
src/include/planner/subplans_table.h:54
↓ 21 callers
Method
getMemoryManager
src/include/main/database.h:169
↓ 21 callers
Method
insert
src/include/processor/result/result_set.h:18
↓ 21 callers
Function
lbug_data_type_get_id
src/c_api/data_type.cpp:53
↓ 21 callers
Method
operator[]
[] operator to be used when building an InMemDiskArrayBuilder without transactional updates. This changes the contents directly in memory and not on d
src/storage/disk_array.cpp:404
↓ 21 callers
Method
reset
src/processor/operator/persistent/reader/csv/driver.cpp:164
↓ 21 callers
Method
resize
src/common/null_mask.cpp:137
↓ 21 callers
Method
scan
src/storage/table/table.cpp:50
↓ 20 callers
Method
allocateBuffer
src/storage/buffer_manager/memory_manager.cpp:69
↓ 20 callers
Method
data
src/include/common/arrow/arrow_buffer.h:62
↓ 20 callers
Method
flush
src/storage/wal/checksum_writer.cpp:42
↓ 20 callers
Method
getDBConfig
src/main/client_context.cpp:92
↓ 20 callers
Method
getDirection
src/include/storage/table/rel_table_data.h:117
↓ 20 callers
Method
getFunction
src/common/enums/query_rel_type.cpp:28
↓ 20 callers
Function
getSimplePlan
src/planner/plan/append_simple.cpp:45
↓ 20 callers
Method
getStartRowIdx
src/include/storage/table/chunked_node_group.h:143
↓ 20 callers
Method
inc
src/include/processor/operator/persistent/reader/parquet/resizable_buffer.h:21
↓ 20 callers
Method
isDeleted
src/storage/table/node_group.cpp:716
↓ 20 callers
Function
lbug_prepared_statement_bind_cpp_value
src/c_api/prepared_statement.cpp:10
↓ 20 callers
Function
lbug_value_create_int64
src/c_api/value.cpp:179
↓ 20 callers
Function
lbug_value_get_struct_field_value
src/c_api/value.cpp:560
↓ 20 callers
Method
size
src/include/common/static_vector.h:85
↓ 19 callers
Method
empty
src/include/processor/operator/scan/scan_multi_rel_tables.h:30
↓ 19 callers
Method
getEvaluator
src/processor/map/expression_mapper.cpp:51
↓ 19 callers
Method
getInfos
src/binder/query/bound_set_clause.cpp:17
↓ 19 callers
Method
getPredicate
src/include/planner/operator/logical_filter.h:30
↓ 19 callers
Method
getResidencyState
src/include/storage/table/column_chunk.h:220
↓ 19 callers
Function
isVisible
test/storage/local_hash_index_test.cpp:10
↓ 19 callers
Function
lbug_query_result_get_num_columns
src/c_api/query_result.cpp:34
↓ 19 callers
Function
lbug_value_get_data_type
src/c_api/value.cpp:619
↓ 19 callers
Method
query
src/main/connection.cpp:59
↓ 19 callers
Function
read
src/include/common/serializer/deserializer.h:34
↓ 19 callers
Function
rowIter
src/common/arrow/arrow_array_scan.cpp:18
↓ 19 callers
Method
split
src/common/string_utils.cpp:86
↓ 18 callers
Function
atLeastOne
src/planner/join_order/cardinality_estimator.cpp:24
↓ 18 callers
Method
containsEntry
src/catalog/catalog_set.cpp:33
↓ 18 callers
Function
convertToOwnedCString
src/c_api/helpers.cpp:71
↓ 18 callers
Method
copyToValueVector
src/common/arrow/arrow_null_mask_tree.cpp:14
↓ 18 callers
Function
createComplexCsrNodeTable
test/api/arrow_csr_rel_table_test.cpp:133
↓ 18 callers
Function
getDataVectorSize
src/include/common/vector/value_vector.h:218
↓ 18 callers
Method
getNodeGroup
src/include/storage/table/rel_table_data.h:88
↓ 18 callers
Method
getNumTotalRows
src/storage/table/rel_table.cpp:630
↓ 18 callers
Function
lbug_data_type_create
src/c_api/data_type.cpp:15
↓ 18 callers
Method
openFile
src/common/file_system/local_file_system.cpp:60
↓ 18 callers
Method
pop
NOTE: It is NOT safe to call pop() from multiple threads without synchronization.
src/include/common/mpsc_queue.h:60
↓ 18 callers
Method
setNumValues
src/storage/table/column_chunk_data.cpp:554
↓ 17 callers
Method
createLiteralExpression
src/binder/bind_expression/bind_literal_expression.cpp:22
↓ 17 callers
Method
getColumnNames
src/main/query_result.cpp:43
↓ 17 callers
Method
getCost
src/function/gds/wsp_destinations.cpp:88
↓ 17 callers
Function
getData
const because updates to the data must set mayContainNulls if any value becomes non-null Modifying the underlying data should be done with setNull or
src/include/common/null_mask.h:133
↓ 17 callers
Method
getFunctionEntry
src/catalog/catalog.cpp:452
↓ 17 callers
Method
getHashTable
src/include/processor/operator/hash_join/hash_join_build.h:48
↓ 17 callers
Function
getListValues
src/include/common/vector/value_vector.h:222
↓ 17 callers
Method
getReader
src/processor/operator/persistent/reader/csv/driver.cpp:97
↓ 17 callers
Method
getStorageManager
src/include/main/database.h:163
↓ 17 callers
Method
getTuple
src/processor/result/factorized_table.cpp:284
↓ 17 callers
Method
isValid
src/common/types/date_t.cpp:370
↓ 17 callers
Function
lbug_query_result_get_num_tuples
src/c_api/query_result.cpp:60
↓ 17 callers
Function
lbug_value_get_struct_field_name
src/c_api/value.cpp:526
↓ 17 callers
Method
push
NOTE: It is NOT guaranteed that the result of a push() is accessible to a thread that calls pop() after the push(), because of implementation details.
src/include/common/mpsc_queue.h:46
↓ 17 callers
Function
skipWhitespace
---------------------- cast String to nested types ------------------------------ //
src/function/cast_from_string_functions.cpp:180
↓ 17 callers
Method
toString
src/processor/operator/skip.cpp:12
↓ 17 callers
Method
toString
src/storage/compression/compression.cpp:438
↓ 16 callers
Function
ColumnDefinition
src/include/binder/ddl/property_definition.h:14
↓ 16 callers
Method
appendGroup
src/include/storage/table/group_collection.h:43
↓ 16 callers
Method
containsProperty
src/catalog/catalog_entry/table_catalog_entry.cpp:69
↓ 16 callers
Method
getBufferManager
test/include/graph_test/base_graph_test.h:87
↓ 16 callers
Method
getCSROffset
src/storage/table/csr_node_group.cpp:650
↓ 16 callers
Method
getDBName
src/include/parser/database_statement.h:15
↓ 16 callers
Method
getFileSize
src/storage/wal/wal.cpp:194
↓ 16 callers
Method
getNodeTableEntries
src/catalog/catalog.cpp:138
↓ 16 callers
Method
getNumNodeGroups
src/include/storage/table/rel_table_data.h:87
↓ 16 callers
Function
getProperties
src/graph/on_disk_graph.cpp:53
↓ 16 callers
Method
getUniqueName
src/binder/expression/expression_util.cpp:75
↓ 16 callers
Method
init
src/processor/operator/persistent/merge.cpp:46
↓ 16 callers
Function
isShortString
src/include/common/types/string_t.h:28
↓ 16 callers
Function
lbug_value_get_string
src/c_api/value.cpp:933
↓ 16 callers
Method
pop_back
src/include/common/static_vector.h:68
↓ 16 callers
Method
rewrite
src/optimizer/top_k_optimizer.cpp:12
↓ 16 callers
Method
writeFile
src/common/file_system/file_info.cpp:26
↓ 15 callers
Function
check
tools/benchmark/node_write_bench.cpp:19
↓ 15 callers
Function
construct
src/binder/bind/bind_graph_pattern.cpp:264
↓ 15 callers
Method
getAggregates
src/include/planner/operator/logical_aggregate.h:60
↓ 15 callers
Method
getAsValue
src/common/vector/value_vector.cpp:258
↓ 15 callers
Method
getData
src/include/storage/undo_buffer.h:35
↓ 15 callers
Method
getQueryGraphCollection
src/include/binder/expression/subquery_expression.h:23
↓ 15 callers
Method
getRelGroupEntries
src/catalog/catalog.cpp:144
← previous
next →
201–300 of 11,544, ranked by callers