# Functions
FromDistributedExecutionContext returns the distributed execution context from context.Context.
FromMeasureExecutionContext returns the measure execution context from context.Context.
FromStreamExecutionContext returns the stream execution context from context.Context.
WithDistributedExecutionContext returns a new context with distributed execution context.
WithMeasureExecutionContext returns a new context with measure execution context.
WithStreamExecutionContext returns a new context with stream execution context.
# Structs
DistributedExecutionContextKey is the key of distributed execution context in context.Context.
MeasureExecutionContextKey is the key of measure execution context in context.Context.
StreamExecutionContextKey is the key of stream execution context in context.Context.
# Interfaces
DistributedExecutionContext allows retrieving data through the distributed module.
MeasureExecutable allows querying in the measure schema.
MeasureExecutionContext allows retrieving data through the measure module.
MIterator allows iterating in a measure data set.
StreamExecutable allows querying in the stream schema.
StreamExecutionContext allows retrieving data through the stream module.