This website requires JavaScript.
Explore
Help
Sign In
setop
/
sqlite-parquet-vtable
mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
Watch
1
Star
0
Fork
You've already forked sqlite-parquet-vtable
0
Code
Releases
Activity
d3128498b1
sqlite-parquet-vtable
/
tests
/
templates
/
033-int64-lte.sql
4 lines
83 B
MySQL
Raw
Normal View
History
Unescape
Escape
Rewrite tests for automatic generation 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.
2018-03-18 17:11:29 +00:00
select
int64_4
from
null
s1
where
int64_4
<
=
-
45000000000
Fix when last rowgroup is not same size as first ...change test data to use 99 rows, so that when we have rowgroup size 10 we exercise this code.
2018-03-11 19:04:38 +00:00
-
45000000000
Add test cases
2018-03-10 18:25:13 +00:00
-
47000000000