Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ column_empty
Method
column_empty
cpp/deeplake_core/sample.hpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
private:
113
bool column_empty(const batch_column& c) const
114
{
115
return c.array().size() == 0;
116
}
117
118
friend struct sample;
119
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
array
Method · 0.45
Tested by
no test coverage detected