Commit Graph
100 Commits
Author SHA1 Message Date
bill 2ed0fd7863 Fixed windows build 2022-09-26 04:44:09 +08:00
bill 3229a54bd4 optimize build 2022-09-26 02:23:29 +08:00
bill d494c87808 try fix Linux clang compilation 2022-09-26 02:11:04 +08:00
bill b2f009532c Fixed compilation for clang on Linux 2022-09-26 02:01:14 +08:00
bill 406593a311 Fixed g++ std::hash<__uint128_t> undefined problem 2022-09-25 23:30:36 +08:00
bill 52b2412c01 Updated instructions 2022-09-25 21:14:21 +08:00
bill 668d19338a update instructions for docker 2022-09-24 22:51:49 +08:00
bill eac25ddbb3 Added drop table, 'if (not) exists' support. Bug fixes 2022-09-24 22:33:59 +08:00
bill 3bbca0d6b0 fix g++ constexpr 2022-09-23 17:45:37 +08:00
bill fb870c9977 fixed wildcard compound cols, ratios, etc. 2022-09-23 16:08:24 +08:00
bill c39ec80e1d more on join awareness and decoupled expr 2022-09-23 02:46:30 +08:00
bill 522e9e267b WIP: new decoupled expr implementation 2022-09-22 23:50:08 +08:00
bill ce2dd054e3 updated documentation 2022-09-21 22:53:41 +08:00
bill 34a9fe105c bug fix on select into 2022-09-21 17:23:50 +08:00
bill 48beab441d Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-21 04:47:01 +08:00
bill 2687763a5f update 2022-09-21 04:43:52 +08:00
bill 1299733477 bug fix on select distinct 2022-09-21 04:42:04 +08:00
bill 8eee000ad4 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-20 23:58:00 +08:00
bill ec5bcda74c bug fix 2022-09-20 22:21:40 +08:00
bill ed58c13dc9 initial distinct support 2022-09-20 22:17:56 +08:00
bill ff63be720c Bug fixes for alias&join. Add test in presentation. 2022-09-20 02:21:49 +08:00
bill 2614d010da imporved build driver, basic support for count() 2022-09-19 17:22:46 +08:00
bill 613941ce06 bug fixes 2022-09-18 20:55:43 +08:00
bill 3dfecaebb1 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-18 18:12:51 +08:00
bill 5604cd7e33 fixed null terminated char* hash (unsafe) 2022-09-18 18:11:30 +08:00
bill ad87a2eabb Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-18 07:46:44 +08:00
bill d3742dfa9c More Date/Time, Complex expr on groupby, bug fixes 2022-09-18 07:44:39 +08:00
bill 83ad6d2330 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-18 07:39:39 +08:00
bill 1e6bb250b5 correct line_ending 2022-09-18 07:33:05 +08:00
bill 475de15124 fixed build on macos 2022-09-16 22:48:09 +08:00
bill 35fc3390be Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-15 21:23:14 +08:00
bill ff51b1f1d0 lazy commit message 2022-09-15 21:22:41 +08:00
bill bc66663491 bug fix 2022-09-15 18:10:06 +08:00
bill 08f2ba12c9 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-09-15 09:40:25 +08:00
bill 32a41545de wip: string/date/time 2022-09-15 09:39:06 +08:00
bill 619f639d03 Added C++ Build Driver: MSBuild; Bug fixes; 2022-09-15 09:36:16 +08:00
bill 41f51bacc5 Optimized: C++ Compilation, ~10x speedup 2022-09-13 08:32:22 +08:00
bill 6859671230 Added session manager. 2022-09-09 22:15:55 +08:00
bill 9caee2819f libaquery: optimizations that reduces vector copy. 2022-09-09 20:42:04 +08:00
bill bea97a909a fixed table/column name problem 2022-09-08 19:25:46 +08:00
bill a464029d14 Added select into 2022-09-08 05:06:56 +08:00
bill 4321422b4f added user module 2022-09-03 18:17:51 +08:00
bill 44ccc0b835 regression: nested aggregation support 2022-09-02 07:01:51 +08:00
bill 3a56c19e2e bug fix 2022-08-30 17:32:07 +08:00
bill 3884558c3d Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-08-28 19:40:08 +08:00
bill 780a60fa5d restructure 2022-08-28 19:39:18 +08:00
bill 3dc5469c46 modified: requirements.txt 2022-08-28 01:24:05 +08:00
bill c2693bf9f8 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-08-27 23:34:01 +08:00
bill 83431da0e5 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2022-08-26 09:44:37 +08:00
bill 42c334af84 bug fixes, restructure, user module parsing 2022-08-26 08:35:09 +08:00
bill 1732835692 bug fixes 2022-08-25 18:24:01 +08:00
bill 5a163a6af9 fix exit 2022-08-24 07:43:42 +08:00
bill c5a6f8c423 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2022-08-24 06:26:29 +08:00
bill c7b32e9a20 bug fixes 2022-08-24 06:24:34 +08:00
bill 09e5f7dbc9 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2022-08-23 21:38:48 +08:00
bill eaae297b49 WIP: sdk, bug fixes, os support regression fix 2022-08-23 21:36:13 +08:00
bill d87f0db8b3 bug fix with int128 2022-08-23 05:21:28 +08:00
bill 751a442554 update threadpool 2022-08-12 06:34:55 +08:00
bill 4dd6de1b0a added test2 2022-08-10 17:48:54 +08:00
bill cc75e55272 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2022-08-10 17:46:05 +08:00
bill 8992828bb1 clean trash 2022-08-09 22:17:37 +08:00
bill 5699638520 Multi-query support 2022-08-09 22:00:46 +08:00
bill 70f29e028d Assumption, outfile, bugfixes on type deduction 2022-08-05 21:34:28 +08:00
bill 6490aab558 fixed int128 problem, groupby agg 2022-08-04 04:40:24 +08:00
bill 5b1bbf0f99 simple udf code generation 2022-07-29 22:45:51 +08:00
bill ece2a6cc9f udf support for monetdbe backend 2022-06-29 17:26:33 +08:00
bill 3b659b99f8 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2
w
2022-06-09 17:04:47 +08:00
bill e55831ab5c fix gitw 2022-06-09 15:34:25 +08:00
bill b3f9f28432 added monetdb connector 2022-06-09 11:52:31 +08:00
bill d3d27badd7 bug fix 2022-05-28 04:13:20 +08:00
bill 824db2a43b server 2 2022-05-28 03:38:47 +08:00
bill 634ed382f5 reconstruct 2022-05-22 14:36:27 +08:00
bill 02723b1701 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-05-02 21:24:49 +08:00
bill 4f2cc03f63 improvements on output 2022-05-02 21:19:11 +08:00
bill 3051eb5fe7 bug fixes 2022-05-02 08:35:50 +08:00
bill f3762595a8 Bug fixes on assumptions.
Other improvements.
2022-04-29 16:49:26 +08:00
bill d82e36b087 update 2022-04-29 16:41:07 +08:00
bill 15b124e2e6 update 2022-04-29 04:53:23 +08:00
bill d4d11286d5 minor change 2022-04-28 02:34:22 +08:00
bill 588ca0ba0b update 2022-04-28 02:24:44 +08:00
bill 70d7167c1e bug fixesy 2022-04-27 06:47:00 +08:00
bill a81fd176e9 modified: README.md 2022-04-24 03:02:01 +08:00
bill 10ea5549e5 cleanup 2022-04-24 02:59:21 +08:00
bill 2462bc6711 update 2022-04-24 02:56:19 +08:00
bill d1a6b1d83f update 2 2022-04-16 03:35:20 +08:00
bill ae51d8c622 bug fix 2022-04-14 03:16:29 +08:00
bill c46ce578d4 Single Table query part 1 2022-04-14 01:53:11 +08:00
bill 4dd571b3d2 update 2022-03-25 22:49:30 +08:00
bill 3d01d60374 q 2022-03-25 22:46:19 +08:00
bill 2bd7fdac52 C++ infrastructure 2022-02-22 03:46:44 -05:00
bill 7eac7837a3 updated code for groupby and windowed aggregations 2022-02-11 02:09:38 -05:00
bill 277dad6b3e update 2022-02-04 10:02:49 -05:00
bill 3b2dfb295e added filter, basic aggregations.
Fixed bugs with var length, etc.
2022-01-28 10:02:43 -05:00
bill 137d670da2 minor bug fixes 2022-01-22 02:31:35 -05:00
bill ee2dc88f06 Very basic code gen 2022-01-17 00:07:11 -05:00
bill 49a3fc0a78 bug fixes& code cleanups on parser
initial code-gen
2022-01-16 06:34:05 -05:00
bill 90712aff7d Added multi-query support
Updated example (q.sql)
2022-01-11 15:16:17 -05:00
bill 6b2bd5011b initial support for udf, inline k9 block, assumptions 2022-01-11 14:28:57 -05:00
bill 77d8c06652 Merge branch 'master' of github.com:sunyinqi0508/AQuery 2022-01-10 01:47:49 -05:00
bill bf383b4e28 added assumption clauses 2022-01-10 01:47:23 -05:00