Plan - the physical execution plan to compile the DAG into.public interface Backend<Plan>
| Modifier and Type | Method and Description |
|---|---|
Plan |
compile(DAG<IRVertex,IREdge> dag)
Compiles a DAG to a physical execution plan.
|
Copyright © 2018. All rights reserved.