MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / Project

Class Project

src/plan/project.rs:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16/// for ensuring that the source binds all requested variables.
17#[derive(Hash, PartialEq, Eq, PartialOrd, Ord, Clone, Debug, Serialize, Deserialize)]
18pub struct Project<P: Implementable> {
19 /// TODO
20 pub variables: Vec<Var>,
21 /// Plan for the data source.
22 pub plan: Box<P>,
23}
24
25impl<P: Implementable> Implementable for Project<P> {
26 fn dependencies(&self) -> Dependencies {

Callers 1

join_after_inputFunction · 0.85

Calls

no outgoing calls

Tested by 1

join_after_inputFunction · 0.68