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

Class ImportDef

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

Source from the content-addressed store, hash-verified

81
82#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, JsonSchema)]
83pub struct ImportDef {
84 pub alias: Option<String>,
85 pub name: Ident,
86}
87
88#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, JsonSchema)]
89pub struct Annotation {

Callers 1

import_defFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected