Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ row
Method
row
perro_source/core/perro_csv/src/lib.rs:140–142 ·
view source on GitHub ↗
(&self, row: usize)
Source
from the content-addressed store, hash-verified
138
pub fn is_empty(&self) -> bool {
139
self.rows.is_empty()
140
}
141
142
#[inline]
143
pub fn row_count(&self) -> usize {
144
self.rows.len()
145
}
Callers
2
predicate_matches
Method · 0.45
next
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected