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

Method order_by_desc

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

Source from the content-addressed store, hash-verified

611 self.add_number(CsvLogic::And, col, CsvCompare::Le, value.into())
612 }
613
614 pub fn where_gt(self, col: &str, value: impl Into<f64>) -> Self {
615 self.add_number(CsvLogic::And, col, CsvCompare::Gt, value.into())
616 }
617
618 pub fn where_ge(self, col: &str, value: impl Into<f64>) -> Self {

Callers

nothing calls this directly

Calls 1

order_byMethod · 0.80

Tested by

no test coverage detected