featurebase/sql3/planner
2022-12-08 04:01:30 +05:30
..
types fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-11-21 14:31:45 -06:00
compilealtertable.go implement fb_exec_requests system table (#2327) 2022-12-02 16:42:45 -06:00
compilebulkinsert.go handle decimal without scale correctly; handle bulk insert dupe columns correctly; handle decimal->string & float->string type conversions in bulk insert (#2331) 2022-12-06 13:32:49 -06:00
compilecreatetable.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
compiledroptable.go implement fb_exec_requests system table (#2327) 2022-12-02 16:42:45 -06:00
compileinsert.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
compileselect.go implement fb_exec_requests system table (#2327) 2022-12-02 16:42:45 -06:00
compileshow.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
executionplanner.go Rename some interfaces. Remove the ComputeAPI (#2333) 2022-12-07 09:02:39 -06:00
executionplannersystemtables.go implement fb_exec_requests system table (#2327) 2022-12-02 16:42:45 -06:00
expression.go FB-1795: Implement REVERSE() scalar string function (#2335) 2022-12-08 04:01:30 +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-1795: Implement REVERSE() scalar string function (#2335) 2022-12-08 04:01:30 +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-1795: Implement REVERSE() scalar string function (#2335) 2022-12-08 04:01:30 +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 sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
opbulkinsert.go handle decimal without scale correctly; handle bulk insert dupe columns correctly; handle decimal->string & float->string type conversions in bulk insert (#2331) 2022-12-06 13:32:49 -06:00
opcreatetable.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
opdistinct.go sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
opdroptable.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opfeaturebasecolumns.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opfeaturebasetables.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opfilter.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opgroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opinsert.go enforce int min/max constraints on insert (fb-1772) (#2325) 2022-12-05 22:51:42 -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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
oppqlgroupby.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opprojection.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
opquery.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -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 implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -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 (fb-1779) make optimizer smarter with top operators and aggregate queries (#2323) 2022-12-01 10:33:49 -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