risingwave_stream::executor::test_utils

Module prelude

source

Re-exports§

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§

Type Aliases§