Re-exports§
pub use crate::common::table::state_table::StateTable;
pub use crate::error::StreamResult;
pub use crate::executor::actor::ActorContext;
pub use crate::executor::actor::ActorContextRef;
pub use crate::executor::error::StreamExecutorError;
pub use crate::executor::error::StreamExecutorResult;
pub use crate::executor::monitor::streaming_stats::StreamingMetrics;
pub use crate::executor::expect_first_barrier;
pub use crate::executor::expect_first_barrier_from_aligned_stream;
pub use crate::executor::Barrier;
pub use crate::executor::BoxedMessageStream;
pub use crate::executor::Execute;
pub use crate::executor::Executor;
pub use crate::executor::ExecutorInfo;
pub use crate::executor::Message;
pub use crate::executor::MessageStream;
pub use crate::executor::MessageStreamItem;
pub use crate::executor::Mutation;
pub use crate::executor::PkDataTypes;
pub use crate::executor::PkIndices;
pub use crate::executor::PkIndicesRef;
pub use crate::executor::Watermark;
pub use crate::task::ActorId;
pub use crate::task::AtomicU64Ref;
Macros§
- Pins a value on the stack.
Structs§
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- Configuration for formatting.
- An owned row type with a
Vec<Datum>
. - the schema of the executor’s return data
StreamChunk
is used to pass data over the streaming pathway.- Build stream chunks with fixed chunk size from rows or records.
Enums§
- The set of datatypes that are supported in RisingWave.
ScalarImpl
embeds all possible scalars in the evaluation framework.ScalarRefImpl
embeds all possible scalar references in the evaluation framework.
Traits§
?
formatting.- Attach spans to a future to be traced in the await-tree.
- The trait for abstracting over a Row-like type.
- A stream of values produced asynchronously.
- An extension trait for
Stream
s that provides a variety of convenient combinator functions.
Type Aliases§
Attribute Macros§
- Processes streams using a for loop.
- Creates streams via coroutines.
Derive Macros§
- Derive macro generating an impl of the trait
Debug
.