featurebase/sql3/planner
HHans09 682f240b7b Fb:1787 - Clean up (#2339)
* Fb:1787 - Clean up

* fb-1787 : String upper function

* Formatting the files

(cherry picked from commit 57ce7c4c0e)
2022-12-12 09:01:20 -08:00
..
types Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
compilealtertable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
compilebulkinsert.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
compilecreatetable.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-12 09:01:20 -08:00
compiledroptable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
compileinsert.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
compileselect.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
compileshow.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
executionplanner.go Rename some interfaces. Remove the ComputeAPI (#2333) 2022-12-12 09:01:20 -08:00
executionplannersystemtables.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 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 implemented extract ddl; tightened up type related stuff (#2329) 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 you should be able to cast an id as a string (#2334) 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:1787 - Clean up (#2339) 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 Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 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 Add Table.Description, Table.CreatedAt, Field.CreatedAt support to SchemaAPI (#2340) 2022-12-12 09:01:20 -08:00
opdistinct.go sql3 changes (#2211) 2022-09-30 11:21:11 -07:00
opdroptable.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 2022-12-12 09:01:20 -08:00
opfeaturebasecolumns.go Add Table.Description, Table.CreatedAt, Field.CreatedAt support to SchemaAPI (#2340) 2022-12-12 09:01:20 -08: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 Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 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 implemented extract ddl; tightened up type related stuff (#2329) 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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
oppqltablescan.go Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 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 implemented extract ddl; tightened up type related stuff (#2329) 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 Convert SchemaAPI interface to use dax.Table instead of pilosa.IndexInfo (#2336) 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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
planoptimizer.go (fb-1779) make optimizer smarter with top operators and aggregate queries (#2323) 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