Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ len
Method
len
src/processor/result/flat_tuple.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
uint32_t FlatTuple::len() const {
24
return values.size();
25
}
26
27
static void checkOutOfRange(idx_t idx, idx_t size) {
28
if (idx >= size) {
Callers
5
checkResultNumeric
Method · 0.80
convertResultToString
Method · 0.80
copyFlatTuple
Function · 0.80
convertResultToString
Method · 0.80
fillTuple
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
4
checkResultNumeric
Method · 0.64
convertResultToString
Method · 0.64
copyFlatTuple
Function · 0.64
convertResultToString
Method · 0.64