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

Method limit

perro_source/core/perro_csv/src/lib.rs:634–637  ·  view source on GitHub ↗
(mut self, limit: usize)

Source from the content-addressed store, hash-verified

632 }
633
634 pub fn or_where_eq(self, col: &str, value: &str) -> Self {
635 self.add_text(CsvLogic::Or, col, CsvCompare::Eq, value)
636 }
637
638 pub fn or_where_ne(self, col: &str, value: &str) -> Self {
639 self.add_text(CsvLogic::Or, col, CsvCompare::Ne, value)
640 }

Callers 3

huge_csv_benchFunction · 0.80
send_requestFunction · 0.80

Calls

no outgoing calls

Tested by 1