featurebase/sql3/planner
pokeeffe-molecula d6d5ddb501 non-sql aggregation, top, decimal and sundries (#2328)
* fixed a bunch of issues with non-pql aggregation; moved some decimal related functionality; made top actually top (for the non-pql case); experimental create function

* drive up test coverage

(cherry picked from commit 0be0c42b66)
2022-12-12 09:01:20 -08:00
..
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 SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 11:33:38 -08:00
compilecreatetable.go implement fb_exec_requests system table (#2327) 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 Batch insert via SQL (multiple tuples) (#2243) 2022-11-15 11:25:36 -08:00
compileselect.go implement fb_exec_requests system table (#2327) 2022-12-12 09:01:20 -08:00
compileshow.go implement fb_exec_requests system table (#2327) 2022-12-12 09:01:20 -08:00
executionplanner.go implement fb_exec_requests system table (#2327) 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 non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00
expression_it_test.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
expressionagg.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00
expressionanalyzer.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00
expressionanalyzercall.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-12-12 09:01:20 -08:00
expressionpql.go handle filters on _id columns (fb-1765) (#2313) 2022-12-12 09:01:20 -08:00
expressiontypes.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
inbuiltfunctionsdate.go cleaned up sync from private repo 2022-09-30 11:20:58 -07: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 non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00
opcreatetable.go merge: featurebase merge updates for 2022-10-28 (#2188) 2022-10-28 13:08:23 -04:00
opdistinct.go sql3 changes (#2211) 2022-09-30 11:21:11 -07:00
opdroptable.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
opfeaturebasecolumns.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
opfeaturebasetables.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
opfilter.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
opgroupby.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
opinsert.go Fixed some import issues resulting from syncing the private repo 2022-11-17 08:58:22 -08:00
opnestedloops.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
opnulltable.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
oporderby.go Tighten up ORDER BY (fb 507) (#2318) 2022-12-12 09:01:20 -08:00
oppqlaggregate.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
oppqlgroupby.go fixed top(x) where top cannot be pushed down into pql query (#2311) 2022-12-12 09:01:20 -08:00
oppqlmultiaggregate.go fixed top(x) where top cannot be pushed down into pql query (#2311) 2022-12-12 09:01:20 -08:00
oppqlmultigroupby.go fixed top(x) where top cannot be pushed down into pql query (#2311) 2022-12-12 09:01:20 -08:00
oppqltablescan.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
opprojection.go fixed top(x) where top cannot be pushed down into pql query (#2311) 2022-12-12 09:01:20 -08:00
opquery.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00
oprelalias.go fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
opsubquery.go And now....INNER JOIN! (#2230) 2022-09-30 11:25:27 -07:00
opsystemtable.go implement fb_exec_requests system table (#2327) 2022-12-12 09:01:20 -08:00
optablevaluedfunction.go added testify dependency 2022-09-30 11:31:37 -07:00
optop.go non-sql aggregation, top, decimal and sundries (#2328) 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