risingwave_dml

Module dml_manager

source

Structs§

  • DmlManager manages the communication between batch data manipulation and streaming processing. NOTE: TableDmlHandle is used here as an out-of-the-box solution. We should further optimize its implementation (e.g. directly expose a channel instead of offering a write_chunk interface).

Type Aliases§