Modules§
- empty 🔒
- repeat 🔒
- user_
defined 🔒
Structs§
- Table
Function Output Iter - A wrapper over the output of table function that allows iteration by rows.
Traits§
- Table
Function - 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.