featurebase/sql3/planner
pokeeffe-molecula a6c165dd57 Implement DELETE (fb 1557) (#2382)
* delete implementation with test coverage

* optimize IN expressions; stop linter complaining

* fixed some uncovered query cases

* skip test in DAX for now

(cherry picked from commit 021219935f)
2023-01-10 23:25:08 +00:00
..
types Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
compilealtertable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compilebulkinsert.go add allow_missing_values option to bulk insert (fb-1823) (#2372) 2023-01-10 23:22:58 +00:00
compilecreatetable.go handling missing epoch constraint correctly (#2366) 2023-01-10 23:22:58 +00:00
compiledelete.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
compiledroptable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compileinsert.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compileselect.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
compileshow.go added updated_at column to show tables output (#2364) 2023-01-10 23:20:15 +00:00
executionplanner.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
executionplannersystemtables.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
expression.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
expression_it_test.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
expressionagg.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
expressionanalyzer.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
expressionanalyzercall.go Fb 1818 Implement PREFIX() and SUFFIX() (#2371) 2023-01-10 23:25:08 +00:00
expressionpql.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
expressiontypes.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
inbuiltfunctionsdate.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
inbuiltfunctionsset.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
inbuiltfunctionsstring.go Fb 1818 Implement PREFIX() and SUFFIX() (#2371) 2023-01-10 23:25:08 +00:00
inbuiltfunctionstable.go added testify dependency 2022-09-30 11:31:37 -07:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
memoryobj.go added testify dependency 2022-09-30 11:31:37 -07:00
opaltertable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
opbulkinsert.go add allow_missing_values option to bulk insert (fb-1823) (#2372) 2023-01-10 23:22:58 +00:00
opcreatetable.go SHOW CREATE TABLE issues (fb-1810) (#2365) 2023-01-10 23:22:58 +00:00
opdistinct.go sql3 changes (#2211) 2022-09-30 11:21:11 -07:00
opdroptable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
opfeaturebasecolumns.go Add Table.Description, Table.CreatedAt, Field.CreatedAt support to SchemaAPI (#2340) 2023-01-10 23:18:32 +00:00
opfeaturebasetables.go added updated_at column to show tables output (#2364) 2023-01-10 23:20:15 +00:00
opfilter.go implement having; create view experiment (#2357) 2023-01-10 23:20:15 +00:00
opgroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
ophaving.go implement having; create view experiment (#2357) 2023-01-10 23:20:15 +00:00
opinsert.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
opnestedloops.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opnulltable.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
oporderby.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
oppqlaggregate.go Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2023-01-10 23:19:19 +00:00
oppqldelete.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
oppqlfiltereddelete.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
oppqlgroupby.go Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2023-01-10 23:19:19 +00:00
oppqlmultiaggregate.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
oppqlmultigroupby.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
oppqltablescan.go Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2023-01-10 23:19:19 +00:00
opprojection.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
opqltruncate.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
opquery.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
oprelalias.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opsubquery.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
opsystemtable.go SHOW CREATE TABLE issues (fb-1810) (#2365) 2023-01-10 23:22:58 +00:00
optablevaluedfunction.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
optop.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
planoptimizer.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
planwalker.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00