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

Method select_hashes

perro_source/core/perro_csv/src/lib.rs:519–526  ·  view source on GitHub ↗
(mut self, cols: &[u64])

Source from the content-addressed store, hash-verified

517 Text {
518 col: usize,
519 op: CsvCompare,
520 value: String,
521 hash: u64,
522 },
523 Number {
524 col: usize,
525 op: CsvCompare,
526 value: f64,
527 },
528 Contains {
529 col: usize,

Callers

nothing calls this directly

Calls 2

header_index_hashMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected