Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ get_by_header
Method
get_by_header
perro_source/core/perro_csv/src/lib.rs:160–162 ·
view source on GitHub ↗
(&self, row: usize, header: &str)
Source
from the content-addressed store, hash-verified
158
pub fn rows(&self) -> &'static [CsvRow] {
159
self.rows
160
}
161
162
#[inline]
163
pub fn row(&self, row: usize) -> Option<&'static CsvRow> {
164
self.rows.get(row)
165
}
Callers
2
huge_csv_bench
Function · 0.80
get_header
Method · 0.80
Calls
4
string_to_u64
Function · 0.85
get_by_header_hash
Method · 0.80
header_index
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected