risingwave_stream::executor

Module project

source

Structsยง

  • Inner ๐Ÿ”’
  • ProjectExecutor project data with the expr. The expr takes a chunk of data, and returns a new data chunk. And then, ProjectExecutor will insert, delete or update element into next operator according to the result of the expression.