mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-03-12 07:49:45 +00:00

Regularize the parquets - nulls and nonulls each come in 3 variants, with 1, 10 and 99 rows per rowgroup. All test queries are written against nullsA, no_nullsA. Next commit will introduce a tool to expand these template queries to go against the actual tables.
4 lines
66 B
SQL
4 lines
66 B
SQL
select rowid from nulls1 where binary_10 <= x'01' order by 1;
|
|
0
|
|
1
|