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

Method order_by_num_asc

perro_source/core/perro_csv/src/lib.rs:626–628  ·  view source on GitHub ↗
(self, col: &str)

Source from the content-addressed store, hash-verified

624 }
625
626 pub fn where_starts_with(self, col: &str, prefix: &str) -> Self {
627 self.add_starts_with(CsvLogic::And, col, prefix)
628 }
629
630 pub fn where_in(self, col: &str, values: &[&str]) -> Self {
631 self.add_in(CsvLogic::And, col, values)

Callers

nothing calls this directly

Calls 1

order_by_numMethod · 0.80

Tested by

no test coverage detected