pub fn repeat(expr: BoxedExpression, n: usize) -> BoxedTableFunction
Expand description
Repeat an expression n times.
Should only be used for tests now.
pub fn repeat(expr: BoxedExpression, n: usize) -> BoxedTableFunction
Repeat an expression n times.
Should only be used for tests now.