Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ NumCol
Method
NumCol
src/data/basic_row_iter.h:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
return row_;
45
}
46
virtual size_t NumCol(void) const {
47
return static_cast<size_t>(data_.max_index) + 1;
48
}
49
50
private:
51
// at head
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected