featurebase/sql3/planner
pokeeffe-molecula 15d2ee8b07
add allow_missing_values option to bulk insert (fb-1823) (#2372)
* add allow_missing_values option to bulk insert

* test coverage

* review feedback
2022-12-14 18:32:27 -06:00
..
types Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
compilealtertable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
compilebulkinsert.go add allow_missing_values option to bulk insert (fb-1823) (#2372) 2022-12-14 18:32:27 -06:00
compilecreatetable.go handling missing epoch constraint correctly (#2366) 2022-12-14 17:53:17 -06:00
compiledroptable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
compileinsert.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
compileselect.go implement having; create view experiment (#2357) 2022-12-13 17:43:37 -06:00
compileshow.go added updated_at column to show tables output (#2364) 2022-12-14 10:15:42 -06:00
executionplanner.go implement having; create view experiment (#2357) 2022-12-13 17:43:37 -06:00
executionplannersystemtables.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
expression.go FB-1812: implement stringsplit() (#2362) 2022-12-15 01:11:29 +05:30
expression_it_test.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
expressionagg.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
expressionanalyzer.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
expressionanalyzercall.go FB-1812: implement stringsplit() (#2362) 2022-12-15 01:11:29 +05:30
expressionpql.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
expressiontypes.go you should be able to cast an id as a string (#2334) 2022-12-07 14:27:01 -06: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-1812: implement stringsplit() (#2362) 2022-12-15 01:11:29 +05:30
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
memoryobj.go And now....INNER JOIN! (#2230) 2022-09-27 09:27:37 -05:00
opaltertable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
opbulkinsert.go add allow_missing_values option to bulk insert (fb-1823) (#2372) 2022-12-14 18:32:27 -06:00
opcreatetable.go SHOW CREATE TABLE issues (fb-1810) (#2365) 2022-12-14 16:27:55 -06:00
opdistinct.go sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
opdroptable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-08 11:35:17 -06:00
opfeaturebasecolumns.go Add Table.Description, Table.CreatedAt, Field.CreatedAt support to SchemaAPI (#2340) 2022-12-08 22:50:41 -06:00
opfeaturebasetables.go added updated_at column to show tables output (#2364) 2022-12-14 10:15:42 -06:00
opfilter.go implement having; create view experiment (#2357) 2022-12-13 17:43:37 -06:00
opgroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
ophaving.go implement having; create view experiment (#2357) 2022-12-13 17:43:37 -06:00
opinsert.go Move batch.Importer interface to pilosa.Importer (#2347) 2022-12-09 14:24:47 -06:00
opnestedloops.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opnulltable.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
oporderby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
oppqlaggregate.go Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2022-12-11 11:45:10 -06:00
oppqlgroupby.go Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2022-12-11 11:45:10 -06:00
oppqlmultiaggregate.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
oppqlmultigroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
oppqltablescan.go Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2022-12-11 11:45:10 -06:00
opprojection.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opquery.go implement having; create view experiment (#2357) 2022-12-13 17:43:37 -06:00
oprelalias.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opsubquery.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opsystemtable.go SHOW CREATE TABLE issues (fb-1810) (#2365) 2022-12-14 16:27:55 -06:00
optablevaluedfunction.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
optop.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
planoptimizer.go implement having; create view experiment (#2357) 2022-12-13 17:43:37 -06:00
planwalker.go fixed top(x) where top cannot be pushed down into pql query (#2311) 2022-11-22 19:21:47 -06:00