featurebase/sql3/planner
Pat Okeeffe 7386f13159
implement left join (fb-1888) (#2420)
* implement left join

* fixed failing test
2023-01-19 10:05:34 -06:00
..
types introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
compilealtertable.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compilebulkinsert.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compilecreatetable.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
compilecreateview.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compiledelete.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compiledroptable.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compiledropview.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compileinsert.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
compileselect.go implement left join (fb-1888) (#2420) 2023-01-19 10:05:34 -06:00
compileshow.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
executionplanner.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
executionplannersystemtables.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
expression.go Fb 1876 : Implement Replicate() func (#2410) 2023-01-17 16:58:55 -05:00
expression_it_test.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
expressionagg.go fix sum aggregate (fb-1874) (#2404) 2023-01-11 15:46:41 -06:00
expressionanalyzer.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -06:00
expressionanalyzercall.go Fb 1876 : Implement Replicate() func (#2410) 2023-01-17 16:58:55 -05:00
expressionpql.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -06:00
expressiontypes.go FB-1814: Implement ASCII() (#2378) 2023-01-11 12:32:27 -05:00
inbuiltfunctionsdate.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
inbuiltfunctionsset.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
inbuiltfunctionsstring.go Fb 1876 : Implement Replicate() func (#2410) 2023-01-17 16:58:55 -05:00
inbuiltfunctionstable.go sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
opaltertable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
opalterview.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
opbulkinsert.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
opcreatetable.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opcreateview.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
opdistinct.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opdroptable.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opdropview.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
opfanout.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
opfeaturebasecolumns.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opfeaturebasetables.go Database isolation: Balancer (#2407) 2023-01-17 11:57:58 -06:00
opfilter.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opgroupby.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
ophaving.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opinsert.go make the count....count (#2416) 2023-01-18 10:35:14 -06:00
opnestedloops.go implement left join (fb-1888) (#2420) 2023-01-19 10:05:34 -06:00
opnulltable.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oporderby.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqlaggregate.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqldelete.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqldistinctscan.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
oppqlfiltereddelete.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqlgroupby.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqlmultiaggregate.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqlmultigroupby.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oppqltablescan.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
opprojection.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opqltruncate.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opquery.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
oprelalias.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opsubquery.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
opsystemtable.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
optablevaluedfunction.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
optop.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
planoptimizer.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
planwalker.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -06:00
systemobjects.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-13 18:57:31 -06:00
wireprotocol.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00