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
↓ 4 callers
Function
getNumProperties
src/include/catalog/catalog_entry/table_catalog_entry.h:58
↓ 4 callers
Method
getNumReadingClauses
src/include/parser/query/query_part.h:22
↓ 4 callers
Method
getNumRowsLeftToAppend
src/include/storage/table/node_group.h:121
↓ 4 callers
Method
getNumUpdatingClause
src/include/binder/query/normalized_query_part.h:30
↓ 4 callers
Method
getNumUpdatingClauses
src/include/parser/query/query_part.h:14
↓ 4 callers
Method
getOffset
src/include/storage/index/art_index_disk_utils.h:153
↓ 4 callers
Method
getOffsetColumn
src/include/storage/table/list_column.h:64
↓ 4 callers
Method
getOrInitDatabaseID
src/storage/storage_manager.cpp:553
↓ 4 callers
Method
getPageRanges
src/storage/disk_array.cpp:254
↓ 4 callers
Method
getPayloads
src/include/planner/operator/logical_distinct.h:27
↓ 4 callers
Method
getPos
returns {list entry pos, data pos}
src/include/expression_evaluator/list_slice_info.h:95
↓ 4 callers
Method
getProjectionBodyPredicate
src/include/binder/query/normalized_query_part.h:49
↓ 4 callers
Function
getProxyEnv
src/extension/extension.cpp:39
↓ 4 callers
Method
getQueryGraphUnsafe
src/include/binder/query/query_graph.h:155
↓ 4 callers
Function
getReadOffset
src/storage/wal/wal_replayer.cpp:69
↓ 4 callers
Method
getReadOffset
src/storage/wal/checksum_reader.cpp:65
↓ 4 callers
Function
getResidencyState
src/include/storage/table/column_chunk_data.h:144
↓ 4 callers
Function
getResultColumns
src/function/gds/gds.cpp:37
↓ 4 callers
Method
getResultColumns
src/function/gds/asp_paths.cpp:63
↓ 4 callers
Method
getRightLeafRegionIdx
src/include/storage/table/csr_chunked_node_group.h:42
↓ 4 callers
Method
getRows
src/include/storage/table/csr_node_group.h:44
↓ 4 callers
Method
getScalarMacroFunction
src/catalog/catalog.cpp:490
↓ 4 callers
Function
getScanNodeCandidates
Find all ScanNodeIDs under root which scans parameter nodeID. Note that there might be multiple ScanNodeIDs matches because both node and rel table sc
src/optimizer/acc_hash_join_optimizer.cpp:158
↓ 4 callers
Method
getSliceSize
src/include/expression_evaluator/list_slice_info.h:89
↓ 4 callers
Function
getSpan
src/include/storage/disk_array.h:260
↓ 4 callers
Method
getStatementToExplain
src/include/binder/bound_explain.h:19
↓ 4 callers
Method
getStorageVersion
src/main/version.cpp:11
↓ 4 callers
Method
getTableCard
src/include/storage/stats/table_stats.h:38
↓ 4 callers
Function
getToNodeTableID
src/include/storage/table/rel_table.h:151
↓ 4 callers
Method
getTransactionAction
src/include/parser/transaction_statement.h:16
↓ 4 callers
Function
getTypedMinMax
src/storage/compression/compression.cpp:34
↓ 4 callers
Method
getWarningColumns
src/binder/bound_scan_source.cpp:8
↓ 4 callers
Function
getWarningSourceData
src/processor/operator/index_lookup.cpp:136
↓ 4 callers
Method
getWherePredicate
src/include/parser/query/reading_clause/reading_clause.h:21
↓ 4 callers
Method
handleError
src/processor/operator/persistent/reader/file_error_handler.cpp:40
↓ 4 callers
Method
hasCaseExpression
src/include/parser/expression/parsed_case_expression.h:57
↓ 4 callers
Method
hasNodeMask
src/include/function/gds/rj_output_writer.h:61
↓ 4 callers
Function
hasOption
src/common/copier_config/csv_reader_config.cpp:92
↓ 4 callers
Method
hasProjectionBody
src/include/binder/query/normalized_query_part.h:38
↓ 4 callers
Method
hasProjectionBodyPredicate
src/include/binder/query/normalized_query_part.h:48
↓ 4 callers
Method
hasShadowPage
TODO(Guodong): Remove originalFile param.
src/include/storage/shadow_file.h:33
↓ 4 callers
Method
hasWherePredicate
src/include/parser/query/reading_clause/reading_clause.h:20
↓ 4 callers
Method
implicitCast
src/binder/expression_binder.cpp:126
↓ 4 callers
Method
incrementSelSize
src/include/common/data_chunk/sel_vector.h:151
↓ 4 callers
Function
initMask
masksPerTable is collected from semiMasker. maskPerTable is collected from target operator, i.e. GDS, scan, ... Normally the two maps should have the
src/processor/map/map_semi_masker.cpp:20
↓ 4 callers
Method
initState
src/storage/table/rel_table.cpp:78
↓ 4 callers
Method
initializeScanState
src/storage/table/csr_node_group.cpp:61
↓ 4 callers
Method
insertChild
src/storage/index/art_index.cpp:151
↓ 4 callers
Function
interpretLogicalType
src/function/array/array_functions.cpp:17
↓ 4 callers
Function
isAllInternalIDDistinct
src/include/function/path/path_function_executor.h:10
↓ 4 callers
Method
isConfidential
src/include/binder/visitor/confidential_statement_analyzer.h:10
↓ 4 callers
Function
isDeleted
src/include/catalog/catalog_entry/catalog_entry.h:47
↓ 4 callers
Method
isFull
src/include/storage/table/node_group.h:122
↓ 4 callers
Method
isFwdEdge
src/include/function/gds/bfs_graph.h:26
↓ 4 callers
Function
isNodePrimaryKey
src/optimizer/filter_push_down_optimizer.cpp:428
↓ 4 callers
Function
isRelTableQualifies
src/processor/map/map_extend.cpp:67
↓ 4 callers
Function
isSemanticallyNested
src/common/types/types.cpp:1741
↓ 4 callers
Function
isSource
src/include/processor/operator/physical_operator.h:147
↓ 4 callers
Function
lbug_default_system_config
src/c_api/database.cpp:43
↓ 4 callers
Function
lbug_node_val_get_label_val
src/c_api/value.cpp:996
↓ 4 callers
Function
lbug_node_val_get_property_value_at
src/c_api/value.cpp:1043
↓ 4 callers
Function
lbug_query_result_get_column_data_type
src/c_api/query_result.cpp:48
↓ 4 callers
Function
lbug_query_result_get_column_name
src/c_api/query_result.cpp:38
↓ 4 callers
Function
lbug_rel_val_get_property_name_at
src/c_api/value.cpp:1145
↓ 4 callers
Function
lbug_value_get_bool
src/c_api/value.cpp:624
↓ 4 callers
Function
lbug_value_get_decimal_as_string
src/c_api/value.cpp:906
↓ 4 callers
Function
lbug_value_get_struct_num_fields
src/c_api/value.cpp:511
↓ 4 callers
Function
lbug_value_to_string
src/c_api/value.cpp:977
↓ 4 callers
Method
lookup
src/storage/index/art_index.cpp:524
↓ 4 callers
Method
lookupPK
src/storage/table/node_table.cpp:846
↓ 4 callers
Function
makeCsrNodeBatch
test/api/arrow_csr_rel_table_test.cpp:68
↓ 4 callers
Function
makeKnowsBatch
test/api/arrow_rel_table_test.cpp:190
↓ 4 callers
Function
makePersonBatch
test/api/arrow_rel_table_test.cpp:148
↓ 4 callers
Function
merge
src/include/common/in_mem_overflow_buffer.h:44
↓ 4 callers
Method
merge
src/processor/operator/aggregate/aggregate_hash_table.cpp:66
↓ 4 callers
Function
nextChar
tools/shell/linenoise.cpp:3122
↓ 4 callers
Function
parseURL
src/extension/extension.cpp:58
↓ 4 callers
Function
performSearch
tools/shell/linenoise.cpp:2797
↓ 4 callers
Function
positionToColAndRow
tools/shell/linenoise.cpp:2143
↓ 4 callers
Method
prepareRelScan
TODO(Xiyang): since now we need to provide nbr info at prepare stage. It no longer make sense to have scanFwd&scanBwd. The direction has already been
src/graph/on_disk_graph.cpp:206
↓ 4 callers
Function
prevChar
tools/shell/linenoise.cpp:3118
↓ 4 callers
Function
print_trouble
(prog, message, use_colors)
scripts/run-clang-format.py:244
↓ 4 callers
Method
read
src/include/storage/index/art_index_disk_utils.h:173
↓ 4 callers
Method
readCompressedValueToPage
src/storage/table/column_reader_writer.cpp:211
↓ 4 callers
Method
readPageFromDisk
src/include/storage/file_handle.h:91
↓ 4 callers
Function
readSingleArrowValue
src/storage/table/arrow_rel_table.cpp:211
↓ 4 callers
Method
removeChild
src/storage/index/art_index.cpp:212
↓ 4 callers
Function
removeParentDirectoryOfDBPath
test/include/graph_test/base_graph_test.h:29
↓ 4 callers
Method
resize
src/storage/disk_array.cpp:144
↓ 4 callers
Method
resize
src/include/processor/operator/persistent/reader/parquet/resizable_buffer.h:67
↓ 4 callers
Method
resize
src/include/common/arrow/arrow_buffer.h:45
↓ 4 callers
Method
rollbackInMemoryIfNecessary
src/include/storage/disk_array.h:301
↓ 4 callers
Function
runQuery
tools/benchmark/node_write_bench.cpp:26
↓ 4 callers
Function
sanitizeSQLAlias
src/optimizer/foreign_join_push_down_optimizer.cpp:340
↓ 4 callers
Function
satisfiesUpperBound
src/storage/index/art_index.cpp:871
↓ 4 callers
Method
scan
src/processor/operator/aggregate/hash_aggregate.cpp:180
↓ 4 callers
Function
scheduleFrontierTask
src/function/gds/gds_utils.cpp:37
↓ 4 callers
Method
setError
src/include/processor/operator/persistent/reader/csv/driver.h:106
↓ 4 callers
Method
setHint
src/include/parser/query/reading_clause/match_clause.h:23
↓ 4 callers
Method
setInvalid
src/include/storage/table/csr_node_group.h:72
← previous
next →
1,001–1,100 of 11,544, ranked by callers