MCPcopy Create free account
hub / github.com/PerroEngine/Perro / header_index_hash

Method header_index_hash

perro_source/core/perro_csv/src/lib.rs:150–152  ·  view source on GitHub ↗
(&self, name_hash: u64)

Source from the content-addressed store, hash-verified

148 pub fn col_count(&self) -> usize {
149 self.headers.len()
150 }
151
152 #[inline]
153 pub fn headers(&self) -> &'static [CsvCell] {
154 self.headers
155 }

Callers 3

header_indexMethod · 0.80
get_by_header_hashMethod · 0.80
select_hashesMethod · 0.80

Calls 2

positionMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected