MCPcopy Create free account
hub / github.com/PRQL/prql / QueryDef

Class QueryDef

prqlc/prqlc-parser/src/parser/pr/stmt.rs:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, PartialEq, Eq, Clone, Serialize, Deserialize, Default, JsonSchema)]
14pub struct QueryDef {
15 #[schemars(with = "String")]
16 pub version: Option<VersionReq>,
17 #[serde(default)]
18 pub other: HashMap<String, String>,
19}
20
21#[derive(Debug, PartialEq, Eq, Clone, Serialize, Deserialize, JsonSchema)]
22pub enum VarDefKind {

Callers 5

query_defFunction · 0.85
expand_stmt_kindFunction · 0.85
restrict_stmtFunction · 0.85
restrict_declFunction · 0.85
fold_statementsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected