MCPcopy 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_benchFunction · 0.80
get_headerMethod · 0.80

Calls 4

string_to_u64Function · 0.85
get_by_header_hashMethod · 0.80
header_indexMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected