1
0
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:
Colin Dellow
2018-03-12 20:42:50 -04:00
parent 1f938a005d
commit acc15256ec
9 changed files with 61 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
select count(*) from no_nulls1 where rowid >= 0
99

View File

@@ -0,0 +1,2 @@
select count(*) from no_nulls1 where rowid > 0
98

View File

@@ -0,0 +1,2 @@
select count(*) from no_nulls2 where rowid > 0
98

View File

@@ -0,0 +1,2 @@
select count(*) from no_nulls2 where rowid >= 0
99