Re-exports§
pub use crate::common::table::state_table::StateTable;pub use crate::executor::test_utils::expr::build_from_pretty;pub use crate::executor::test_utils::MessageSender;pub use crate::executor::test_utils::MockSource;pub use crate::executor::test_utils::StreamExecutorTestExt;pub use crate::executor::ActorContext;pub use crate::executor::BoxedMessageStream;pub use crate::executor::Execute;pub use crate::executor::StreamKey;
Structs§
- Arc
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- Atomic
U64 - An integer type which can be safely shared between threads.
- Column
Desc - Column
Id - Column ID is the unique identifier of a column in a table. Different from table ID, column ID is not globally unique.
- Field
- The field in the schema of the executor’s return data
- Order
Type - Order type of a column.
- Schema
- the schema of the executor’s return data
- Stream
Chunk StreamChunkis used to pass data over the streaming pathway.
Enums§
- Data
Type - The set of datatypes that are supported in RisingWave.
Traits§
- State
Store - Stream
Chunk Test Ext - Test utilities for
StreamChunk.