Module table_function

Source

Modules§

empty 🔒
repeat 🔒
user_defined 🔒

Structs§

TableFunctionOutputIter
A wrapper over the output of table function that allows iteration by rows.

Traits§

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

Functions§

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

Type Aliases§

BoxedTableFunction