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

Class Rule

org/src/cosql.rs:617–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615// Update the Rule struct to match the parser
616#[derive(Debug)]
617struct Rule {
618 name: String,
619 patterns: Vec<Pattern>,
620 compute_clauses: Option<Vec<ComputeClause>>,
621 inference_type: InferenceType,
622 inferences: Vec<Inference>,
623}
624
625// Main parser function
626#[derive(Debug)]

Callers 1

parse_cos_graph_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected