pub fn table_with_sequence(
seq_start: i32,
seq_end: i32,
) -> Result<Arc<dyn TableProvider>>
Available on non-WebAssembly only.
Expand description
Return a new table provider that has a single Int32 column with
values between seq_start
and seq_end