MCPcopy 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

396n_t Rowgroup::ColCount() const {
397 /**/
398 return m_schema.size();
399}
400
401idx_t Rowgroup::LookUp(const string& name) const {
402 /**/
403 return m_schema.LookUp(name);
404}
405} // namespace fastlanes

Callers 1

cast_checkFunction · 0.70

Calls 1

cast_visitFunction · 0.85

Tested by

no test coverage detected