Module mz_compute::render::context
source ยท Expand description
Management of dataflow-local state, like arrangements, while building a dataflow.
Structsยง
- A bundle of the various ways a collection can be represented.
- Dataflow-local collections and arrangements.
- Hydration
Logger ๐A logger for operator hydration events emitted for a dataflow export. - Pending
Work ๐ - Shutdown
Token ๐Convenient wrapper around an optionalWeak
instance that can be used to check whether a datalow is shutting down.
Enumsยง
- Describes flavor of arrangement: local or imported trace.
- An abstraction of an arrangement.
- An abstraction of an imported arrangement.
Functionsยง
- Obtains a function that maps input rows to (key, value) pairs according to the given key and thinning expressions. This function allows for specialization of key and value types and is intended to use to form arrangement keys.