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