Description
The idea here is to create the spark.range( x ) equivalent in SQL, so we can do something like
select count(*) from range(10000)
This would be useful for sql-only testing and benchmarks.
Attachments
Issue Links
- links to
The idea here is to create the spark.range( x ) equivalent in SQL, so we can do something like
select count(*) from range(10000)
This would be useful for sql-only testing and benchmarks.