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

Class BinaryCondition

src/cosql/condition.rs:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34#[derive(Debug, Clone, PartialEq)]
35pub struct BinaryCondition {
36 pub left: String,
37 pub operator: BinaryConditionOperator,
38 pub right: Value,
39}
40
41#[derive(Debug, Clone, PartialEq, Eq)]
42pub enum LogicalOperator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected