..
types
fixed join bugs by fixing query optimizer (fb-1699, fb-1700) ( #2307 )
2022-12-12 09:01:20 -08:00
compilealtertable.go
implement fb_exec_requests system table ( #2327 )
2022-12-12 09:01:20 -08: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-12 09:01:20 -08:00
compilecreatetable.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-12 09:01:20 -08:00
compiledroptable.go
implement fb_exec_requests system table ( #2327 )
2022-12-12 09:01:20 -08:00
compileinsert.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-12 09:01:20 -08:00
compileselect.go
implement fb_exec_requests system table ( #2327 )
2022-12-12 09:01:20 -08:00
compileshow.go
implemented extract ddl; tightened up type related stuff ( #2329 )
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
implement fb_exec_requests system table ( #2327 )
2022-12-12 09:01:20 -08:00
expression.go
implemented extract ddl; tightened up type related stuff ( #2329 )
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
implemented extract ddl; tightened up type related stuff ( #2329 )
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
handle decimal without scale correctly; handle bulk insert dupe columns correctly; handle decimal->string & float->string type conversions in bulk insert ( #2331 )
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
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
sql3 changes ( #2211 )
2022-09-30 11:21:11 -07: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-12 09:01:20 -08:00
opcreatetable.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-12 09:01:20 -08:00
opdistinct.go
sql3 changes ( #2211 )
2022-09-30 11:21:11 -07:00
opdroptable.go
implemented extract ddl; tightened up type related stuff ( #2329 )
2022-12-12 09:01:20 -08:00
opfeaturebasecolumns.go
implemented extract ddl; tightened up type related stuff ( #2329 )
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
enforce int min/max constraints on insert (fb-1772) ( #2325 )
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
implemented extract ddl; tightened up type related stuff ( #2329 )
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
implemented extract ddl; tightened up type related stuff ( #2329 )
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