featurebase/sql3/planner
Travis Turner 3ee936ebc8 Introduce TableKeyer interface; use in Execute() calls as "index" (#2350)
This commit introduces an interface called `TableKeyer` which anything that means to represent a "table"
can implement. Examples are `dax.QualifiedTable`, `dax.Table`, and `string` (for legacy pilosa calls
where Execute simply took `index string`).

In the case of `orchestrator.Execute()` and `qualifiedOrchestrator.Execute()`, we are intentionally strict
about which type of `TableKeyer` the respective method accepts. If we find, in the future, this is too
restrictive, we can loosen that; but for now it helps us understand what is expected.

(cherry picked from commit a61d1a9571)
2023-01-10 23:19:19 +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 Introduce TableKeyer interface; use in Execute() calls as "index" (#2350) 2023-01-10 23:19:19 +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 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