Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ Query
Class
Query
src/cosql/query.rs:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
#[derive(Debug, Clone, PartialEq)]
13
pub struct Query {
14
pub patterns: Patterns,
15
pub get_variables: Vec<String>,
16
}
17
18
pub fn parse_query(input: &str) -> IResult<&str, Query> {
19
map(
Callers
1
test_cosql_statement_parser
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_cosql_statement_parser
Function · 0.56