featurebase/dax/queryer
Travis Turner 4e8fe488de
Fix PQL distinct in dax (#2360)
* Fix PQL distinct in dax

When issuing a PQL Distinct() call (or any other call with a "index=" arg),
this commit will attempt to convert the value in the index arg with a
TableKeyer.

* Apply change to call.Children as well

* Add some PQL Distinct (join) test coverage
2022-12-15 07:59:20 -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 Fix PQL distinct in dax (#2360) 2022-12-15 07:59:20 -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