MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getValue

Method getValue

src/processor/result/flat_tuple.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Value* FlatTuple::getValue(uint32_t idx) {
35 checkOutOfRange(idx, len());
36 return &values[idx];
37}
38
39Value& FlatTuple::operator[](idx_t idx) {
40 checkOutOfRange(idx, len());

Callers 6

updateCSRMetadataFunction · 0.45
fillTupleMethod · 0.45
isInt64LiteralFunction · 0.45
getLiteralEvaluatorMethod · 0.45
getParameterEvaluatorMethod · 0.45
mapStandaloneCallMethod · 0.45

Calls 1

checkOutOfRangeFunction · 0.85

Tested by

no test coverage detected