Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ header_index
Method
header_index
perro_source/core/perro_csv/src/lib.rs:145–147 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
143
pub fn row_count(&self) -> usize {
144
self.rows.len()
145
}
146
147
#[inline]
148
pub fn col_count(&self) -> usize {
149
self.headers.len()
150
}
Callers
4
get_by_header
Method · 0.80
set_by_header
Method · 0.80
select
Method · 0.80
col
Method · 0.80
Calls
4
string_to_u64
Function · 0.85
header_index_hash
Method · 0.80
position
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected