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.
  • HydrationLogger ๐Ÿ”’
    A logger for operator hydration events emitted for a dataflow export.
  • PendingWork ๐Ÿ”’
  • ShutdownToken ๐Ÿ”’
    Convenient wrapper around an optional Weak instance that can be used to check whether a datalow is shutting down.

Enumsยง

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.