featurebase/sql3
pokeeffe-molecula e24978c4a7 And now....INNER JOIN! (#2230)
* ID sql3 internal type representation is int64; fixed a bug that assumed incorrectly that it wasn't

* refactored some names for clarity

* primary: get nested loop joins to work; secondary get  brute force aggregations for SUM working

* added tests; removed debug output

* review feedback

* Update sql3/planner/compileselect.go

review feedback

Co-authored-by: Travis Turner <travis@pilosa.com>

Co-authored-by: Travis Turner <travis@pilosa.com>
2022-09-30 11:25:27 -07:00
..
parser sql3 changes (#2211) 2022-09-30 11:21:11 -07:00
planner And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
test And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
errors.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
interfaces.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
main_test.go use testhook test cleanup 2022-09-30 11:25:27 -07:00
sql3.ebnf sql3 changes (#2211) 2022-09-30 11:21:11 -07:00
sql_definitions_test.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
sql_defs_aggregate_test.go fb-1075 (#2221) 2022-09-30 11:25:27 -07:00
sql_defs_between_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_binops_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_cast_test.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
sql_defs_create_table_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_date_functions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_groupby_test.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
sql_defs_in_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_join_test.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
sql_defs_like_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_null_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_set_functions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_timequantum_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_defs_unops_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-09-30 11:10:24 -07:00
sql_test.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00