..
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
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
compilecreatetable.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
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
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
executionplannersystemtables.go
implement fb_exec_requests system table ( #2327 )
2022-12-02 16:42:45 -06:00
expression.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
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
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
expressionpql.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
expressiontypes.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -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
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
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
opcreatetable.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-05 16:50:30 -06:00
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