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

Method order_by_num_desc

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

Source from the content-addressed store, hash-verified

628 }
629
630 pub fn where_in(self, col: &str, values: &[&str]) -> Self {
631 self.add_in(CsvLogic::And, col, values)
632 }
633
634 pub fn or_where_eq(self, col: &str, value: &str) -> Self {
635 self.add_text(CsvLogic::Or, col, CsvCompare::Eq, value)

Callers 2

huge_csv_benchFunction · 0.80

Calls 1

order_by_numMethod · 0.80

Tested by 1