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ยง
- Pending
Peek ๐A peek is a request to read data from a maintained arrangement.
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ยง
- Determine if the dataflow plan can be implemented without an actual dataflow.
- mfp_
to_ ๐safe_ plan Convertmfp
to an executable, non-temporal plan. It should be non-temporal, as OneShot preparation populatesmz_now
.