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

Class Pipeline

prqlc/prqlc-parser/src/parser/pr/expr.rs:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162/// A value and a series of functions that are to be applied to that value one after another.
163#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, JsonSchema)]
164pub struct Pipeline {
165 pub exprs: Vec<Expr>,
166}
167
168pub type Range = generic::Range<Box<Expr>>;
169pub type InterpolateItem = generic::InterpolateItem<Expr>;

Callers 4

pipelineFunction · 0.85
lower_relationMethod · 0.85
fold_relation_kindFunction · 0.85
test_pipelineFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pipelineFunction · 0.68