featurebase/sql3
pokeeffe-molecula f030d58d95
implemented DISTINCT (fb-1562) (#2388)
* implemented distinct

* implemented distinct
* uses first cut of a buffer pool, and extendible hashing with thresholded spill to disk
* tests
* cleaned up some stuff around query plan output to make developing tooling easier
* added optimization to call PQL Distinct()

* fixed test

* fix for passing wrong index name in orchestrator

* back out change to DistinctTimestamp

* fix other instance of wrong table name being passed

* use full index name instead of abbreviated one for translation. sigh.

* removed some unused code

Co-authored-by: Matthew Jaffee <jaffee@pilosa.com>
2023-01-03 22:13:31 -06:00
..
parser Consistency in error handling (fb-1799) (#2383) 2022-12-20 09:32:19 -06:00
planner implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
test implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
errors.go Fb 1818 Implement PREFIX() and SUFFIX() (#2371) 2022-12-19 16:31:27 -05:00
interfaces.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
sql_complex_test.go add allow_missing_values option to bulk insert (fb-1823) (#2372) 2022-12-14 18:32:27 -06:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-11-21 18:43:53 -06:00