featurebase/dax/queryer
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
..
api Add DAX - full list of squashed commits below 2022-11-16 11:19:40 -06:00
client Introduce ServiceManager and Refactor DAX Integration tests (#2320) 2022-12-05 14:49:17 -06:00
http Add DAX - full list of squashed commits below 2022-11-16 11:19:40 -06:00
service Make interfaces more specific than "MDS" (#2352) 2022-12-12 13:14:17 -06:00
config.go Introduce ServiceManager and Refactor DAX Integration tests (#2320) 2022-12-05 14:49:17 -06:00
orchestrator.go implemented DISTINCT (fb-1562) (#2388) 2023-01-03 22:13:31 -06:00
queryer.go Fix PQL distinct in dax (#2360) 2022-12-15 07:59:20 -06:00
schema_api.go Make interfaces more specific than "MDS" (#2352) 2022-12-12 13:14:17 -06:00
translator.go Make interfaces more specific than "MDS" (#2352) 2022-12-12 13:14:17 -06:00