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

Class Query

org/src/cosql.rs:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344#[derive(Debug, Clone)]
345struct Query {
346 patterns: Vec<Pattern>,
347 conditions: Vec<String>,
348 get_variables: Vec<String>,
349}
350fn variable(input: &str) -> IResult<&str, &str> {
351 preceded(char('$'), identifier)(input)
352}

Callers 1

parse_cos_graph_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected