MCPcopy Create free account
hub / github.com/cosdata/cosdata / field_names

Method field_names

src/metadata/schema.rs:20–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18
19impl SupportedCondition {
20 fn field_names(&self) -> HashSet<&str> {
21 match self {
22 Self::And(s) => s.iter().map(|x| x.as_ref()).collect(),
23 Self::Or(s) => s.iter().map(|x| x.as_ref()).collect(),
24 }
25 }
26
27 /// Returns a tuple that can be used to compare instances of
28 /// this struct.

Callers 2

comparable_encodingMethod · 0.80
newMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected