Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/FastLanes
/ cast
Function
cast
src/table/rowgroup.cpp:398–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
n_t Rowgroup::ColCount() const {
397
/**/
398
return m_schema.size();
399
}
400
401
idx_t Rowgroup::LookUp(const string& name) const {
402
/**/
403
return m_schema.LookUp(name);
404
}
405
} // namespace fastlanes
Callers
1
cast_check
Function · 0.70
Calls
1
cast_visit
Function · 0.85
Tested by
no test coverage detected