A MIR `Get` of this input, carrying its relation type, for use as a leaf when building a computation over it.
(&self)
| 131 | /// A MIR `Get` of this input, carrying its relation type, for use as a leaf |
| 132 | /// when building a computation over it. |
| 133 | pub fn get(&self) -> MirRelationExpr { |
| 134 | MirRelationExpr::global_get(self.id, self.typ.clone()) |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | /// Builds a compute dataflow from generic parts, hiding the lowering and persist |
no test coverage detected