featurebase/sql3/planner
Travis Turner c4532124e1 Add Table.Description, Table.CreatedAt, Field.CreatedAt support to SchemaAPI (#2340)
* Thread Table.Description through SchemaAPI

* Thread Table.CreatedAt through SchemaAPI

* Thread Field.CreatedAt through SchemaAPI

(cherry picked from commit 734477aaee)
2023-01-10 23:18:32 +00:00
..
types Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compilealtertable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compilebulkinsert.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compilecreatetable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08: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 Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compileshow.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
executionplanner.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
executionplannersystemtables.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
expression.go Fb:1787 - Clean up (#2339) 2022-12-12 09:01:20 -08: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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
expressionanalyzercall.go Fb:1787 - Clean up (#2339) 2022-12-12 09:01:20 -08:00
expressionpql.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08: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 Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08: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 handle int-->bool map type conversions; handle single value-->(id|string)set map type conversions (#2342) 2022-12-12 09:01:20 -08:00
opcreatetable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08: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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opfilter.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opgroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08: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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
oppqlgroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08: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 Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
opprojection.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opquery.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
oprelalias.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opsubquery.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
opsystemtable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08: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 Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
planwalker.go fixed top(x) where top cannot be pushed down into pql query (#2311) 2022-12-12 09:01:20 -08:00