mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-14 22:39:59 +00:00
Add rowgroup filtering for rowid
This commit is contained in:
2
tests/queries/105-rowid-gte-0.sql
Normal file
2
tests/queries/105-rowid-gte-0.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select count(*) from no_nulls1 where rowid >= 0
|
||||
99
|
2
tests/queries/106-rowid-gt-0.sql
Normal file
2
tests/queries/106-rowid-gt-0.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select count(*) from no_nulls1 where rowid > 0
|
||||
98
|
2
tests/queries/107-rowid-gt-0.sql
Normal file
2
tests/queries/107-rowid-gt-0.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select count(*) from no_nulls2 where rowid > 0
|
||||
98
|
2
tests/queries/108-rowid-gte-0.sql
Normal file
2
tests/queries/108-rowid-gte-0.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select count(*) from no_nulls2 where rowid >= 0
|
||||
99
|
Reference in New Issue
Block a user