1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-10 22:28:53 +00:00

Commit Graph

  • 65ea1b2f61 Rewrite tests for automatic generation Colin Dellow 2018-03-18 13:11:29 -04:00
  • 3b557f7fb0 Add explicit test for file not found Colin Dellow 2018-03-18 11:58:23 -04:00
  • 4cbde9fc09 Row filtering for doubles Colin Dellow 2018-03-17 16:09:57 -04:00
  • 86e09b111e Add row filtering for int32/64/96/boolean Colin Dellow 2018-03-17 16:05:38 -04:00
  • a3af16eb54 Row-filtering for other string ops Colin Dellow 2018-03-17 15:28:51 -04:00
  • 03a20a9432 LIKE row group filtering Colin Dellow 2018-03-17 00:11:38 -04:00
  • 753a490687 Tests for blobs Colin Dellow 2018-03-16 23:53:08 -04:00
  • 01e8ffaba7 Row group filtering for double/float Colin Dellow 2018-03-16 16:30:05 -04:00
  • 9c22fd1f57 Row group filters for strings, int32/64/96, bools Colin Dellow 2018-03-16 16:07:41 -04:00
  • cbf388698b BOOL and INT96 tests Colin Dellow 2018-03-16 16:02:11 -04:00
  • e87f0d0f68 Note about versions Colin Dellow 2018-03-16 00:12:12 -04:00
  • 1f4cebe2a6 Don't use accessors Colin Dellow 2018-03-15 23:04:11 -04:00
  • 8ba13f44d5 Remove unnecessary copy Colin Dellow 2018-03-15 22:10:45 -04:00
  • f7f1ed03d1 add row filter for string == Colin Dellow 2018-03-15 21:37:52 -04:00
  • 6648ff5968 add string == row group filter Colin Dellow 2018-03-15 20:40:21 -04:00
  • dc431aee20 Dispatch row group filtering based on parquet type Colin Dellow 2018-03-15 20:25:02 -04:00
  • 92ba5f94e0 reuse FileMetaData Colin Dellow 2018-03-15 19:57:38 -04:00
  • 769060dbcb Add stub row group filters for text/int/dbl Colin Dellow 2018-03-12 23:07:41 -04:00
  • 110e3e3668 row group skipping for is [not] null queries Colin Dellow 2018-03-12 21:09:00 -04:00
  • 95748a5192 Remove bool from Constraint Colin Dellow 2018-03-12 20:50:30 -04:00
  • acc15256ec Add rowgroup filtering for rowid Colin Dellow 2018-03-12 20:42:50 -04:00
  • 1f938a005d More tests cases to deal with affinity Colin Dellow 2018-03-11 19:18:44 -04:00
  • 095b576cc2 Scaffolding for row group filters, tests Colin Dellow 2018-03-11 15:43:40 -04:00
  • 5559a7b563 Fix when last rowgroup is not same size as first Colin Dellow 2018-03-11 15:04:38 -04:00
  • 830053c1fc Scaffolding for in-extension filtering Colin Dellow 2018-03-11 13:58:10 -04:00
  • d28ae86d15 Test unusable constraints Colin Dellow 2018-03-10 13:38:34 -05:00
  • 96fcafcd2f Add test cases Colin Dellow 2018-03-10 13:25:13 -05:00
  • b7c134efc0 test-queries: can debug a testcase Colin Dellow 2018-03-10 11:54:36 -05:00
  • 210f322a1c Code to pretty print constraints Colin Dellow 2018-03-10 10:59:53 -05:00
  • 2bc054a2cf Add crappy Makefile Colin Dellow 2018-03-10 10:46:10 -05:00
  • 824a416f51 better debug logs for xBestIndex Colin Dellow 2018-03-08 13:21:33 -05:00
  • 2d616c54fb More tests Colin Dellow 2018-03-07 20:30:25 -05:00
  • 35fcde926c Rewrite SQL oracle harness Colin Dellow 2018-03-07 20:20:34 -05:00
  • caefc23b1e Add a pg oracle Colin Dellow 2018-03-07 19:40:38 -05:00
  • 0d4806ca6f Rejig parquet generation Colin Dellow 2018-03-06 21:02:26 -05:00
  • 56245c1d3d test case for nulls Colin Dellow 2018-03-04 22:48:39 -05:00
  • 67005623df ensureColumn catches up when rows are skipped Colin Dellow 2018-03-04 22:29:35 -05:00
  • bb3a9440f7 Add query test framework, fix xFilter Colin Dellow 2018-03-04 21:05:26 -05:00
  • 4c54ab89ae Don't segfault on full table scan Colin Dellow 2018-03-04 17:49:19 -05:00
  • 7edb5e472f Support BLOBs Colin Dellow 2018-03-04 17:20:28 -05:00
  • f3e78408bf Update demo to use checked in parquet Colin Dellow 2018-03-04 13:06:50 -05:00
  • aea9469bff tweak wording Colin Dellow 2018-03-04 13:04:58 -05:00
  • a4f368af9c Add tests for unsupported types Colin Dellow 2018-03-04 13:02:42 -05:00
  • 681c8a443f Add tool to generate sample parquets Colin Dellow 2018-03-04 11:51:17 -05:00
  • 67b0d96967 float support Colin Dellow 2018-03-03 20:57:09 -05:00
  • 18f07f4c43 More defensive, add caveats Colin Dellow 2018-03-03 20:26:41 -05:00
  • eb0b48f867 Boolean, INT96, INT64 Colin Dellow 2018-03-03 20:00:50 -05:00
  • 1de843fca8 Very rough first cut Colin Dellow 2018-03-03 15:44:01 -05:00
  • f8599f8d3e Rename some references to CSVs Colin Dellow 2018-03-02 19:11:52 -05:00
  • 552da5a647 Initial checkin of CSV table Colin Dellow 2018-03-02 18:59:34 -05:00
  • 811badc9f9 Add script to fetch+build sqlite Colin Dellow 2018-03-02 18:46:40 -05:00
  • 8b9b3bcc9d Initial commit Colin Dellow 2018-03-02 18:37:08 -05:00