Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
Value* FlatTuple::getValue(uint32_t idx) {
35
checkOutOfRange(idx, len());
36
return &values[idx];
37
}
38
39
Value& FlatTuple::operator[](idx_t idx) {
40
checkOutOfRange(idx, len());
Callers
6
updateCSRMetadata
Function · 0.45
fillTuple
Method · 0.45
isInt64Literal
Function · 0.45
getLiteralEvaluator
Method · 0.45
getParameterEvaluator
Method · 0.45
mapStandaloneCall
Method · 0.45
Calls
1
checkOutOfRange
Function · 0.85
Tested by
no test coverage detected