MCPcopy 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_headerMethod · 0.80
set_by_headerMethod · 0.80
selectMethod · 0.80
colMethod · 0.80

Calls 4

string_to_u64Function · 0.85
header_index_hashMethod · 0.80
positionMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected