Expand description

Logic and types for fast-path determination for dataflow execution.

This module determines if a dataflow can be short-cut, by returning constant values or by reading out of existing arrangements, and implements the appropriate plan.

Structs

Enums

Possible ways in which the coordinator could produce the result for a goal view.

Functions

Determine if the dataflow plan can be implemented without an actual dataflow.