risingwave_pb::stream_plan

Type Alias PbStreamContext

source
pub type PbStreamContext = StreamContext;
Expand description

Alias for StreamContext.

Aliased Type§

struct PbStreamContext {
    pub timezone: String,
}

Fields§

§timezone: String

The timezone associated with the streaming plan. Only applies to MV for now.