mz_compute::sink::materialized_view

Type Alias BatchesStream

Source
type BatchesStream<S> = Stream<S, (BatchDescription, ProtoBatch)>;
Expand description

Type of the batches stream.

Aliased Type§

struct BatchesStream<S> { /* private fields */ }