risingwave_expr::table_function::repeat

Function repeat

source
pub fn repeat(expr: BoxedExpression, n: usize) -> BoxedTableFunction
Expand description

Repeat an expression n times.

Should only be used for tests now.