MCPcopy 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
23uint32_t FlatTuple::len() const {
24 return values.size();
25}
26
27static void checkOutOfRange(idx_t idx, idx_t size) {
28 if (idx >= size) {

Callers 5

checkResultNumericMethod · 0.80
convertResultToStringMethod · 0.80
copyFlatTupleFunction · 0.80
convertResultToStringMethod · 0.80
fillTupleMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 4

checkResultNumericMethod · 0.64
convertResultToStringMethod · 0.64
copyFlatTupleFunction · 0.64
convertResultToStringMethod · 0.64