package
1.5.0
Repository: https://github.com/m3db/m3.git
Documentation: pkg.go.dev

# Functions

NewLogicalPlan creates a plan from the DAG structure.
NewPhysicalPlan is used to generate a physical plan.

# Structs

LogicalPlan converts a DAG into a list of steps to be executed in order.
LogicalStep is a single step in a logical plan.
PhysicalPlan represents the physical plan.
ResultOp is responsible for delivering results to the clients.