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::PkIndices;
Structs§
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- An integer type which can be safely shared between threads.
- Column ID is the unique identifier of a column in a table. Different from table ID, column ID is not globally unique.
- The field in the schema of the executor’s return data
- Order type of a column.
- the schema of the executor’s return data
StreamChunk
is used to pass data over the streaming pathway.
Enums§
- The set of datatypes that are supported in RisingWave.
Traits§
- Test utilities for
StreamChunk
.