risingwave_expr

Module table_function

source

Modules§

Structs§

Traits§

  • A table function takes a row as input and returns multiple rows as output.

Functions§

  • Build a table function.
  • Checks if the output chunk returned by TableFunction::eval contains any error.
  • An empty table function that returns nothing.
  • Repeat an expression n times.

Type Aliases§