Module mz_adapter::coord::peek

source ·
Expand description

Logic and types for creating, executing, and tracking peeks.

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.
  • The response from a Peek, with row multiplicities represented in unary.

Functions