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.
3 lines
82 B
SQL
3 lines
82 B
SQL
select printf('%.2f', double_6) as double_6 from nulls1 where double_6 > 98
|
|
99.00
|