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

Method into_expr

prqlc/prqlc-parser/src/parser/pr/expr.rs:86–93  ·  view source on GitHub ↗
(self, span: Span)

Source from the content-addressed store, hash-verified

84
85impl ExprKind {
86 pub fn into_expr(self, span: Span) -> Expr {
87 Expr {
88 span: Some(span),
89 kind: self,
90 alias: None,
91 doc_comment: None,
92 }
93 }
94}
95
96#[derive(Debug, EnumAsInner, PartialEq, Clone, Serialize, Deserialize, JsonSchema)]

Callers 4

exprFunction · 0.80
rangeFunction · 0.80
pipelineFunction · 0.80
into_exprsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected