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

Method col

perro_source/core/perro_csv/src/lib.rs:734–736  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

732 let limit = self.limit.filter(|limit| *limit < rows.len());
733 if limit == Some(0) {
734 rows.clear();
735 } else {
736 // Decorate once: fetch the cell (and parse it for numeric
737 // sorts) per row instead of per comparison.
738 let mut keyed: Vec<(usize, &str, f64)> = rows
739 .iter()

Callers 7

order_byMethod · 0.45
order_by_numMethod · 0.45
add_textMethod · 0.45
add_numberMethod · 0.45
add_containsMethod · 0.45
add_starts_withMethod · 0.45
add_inMethod · 0.45

Calls 1

header_indexMethod · 0.80

Tested by

no test coverage detected