mz_compute::logging

Module compute

Source
Expand description

Logging dataflows for events generated by clusterd.

Structs§

Enums§

Traits§

  • Extension trait to attach ComputeEvent::DataflowError logging operators to collections and batch streams.

Functions§

  • construct 🔒
    Constructs the logging dataflow for compute logs.
  • Format the given value and pack it into a Datum::String.
  • Return the sum of all diffs within the given batch.

Type Aliases§

  • Type alias for a logger of compute events.
  • An output session for vector-based containers of updates D, using a capacity container builder.
  • An output session for columnar containers of updates D, using a column builder.
  • Pusher 🔒
    A pusher for updates of value D for vector-based containers.
  • A pusher for updates of value D for columnar containers.
  • Update 🔒
    An update of value D at a time and with a diff.