Skip to content

Commit

Permalink
feat(distinct): add distinct to query builder (#2)
Browse files Browse the repository at this point in the history
* feat(validate): add distinct type validation

* feat(validate): integrate distinct

* feat(distinct): clean up

* feat(distinct): add distinct select query tests

* feat(distinct): update get attributes tests

* feat(distinct): update to query distinct tests

* feat(distinct): add apply select distinct tests

* feat(distinct): update tests

* feat(distinct): remove lodash, update get attributes algorithm

* feat(distinct): clean up

* feat(distinct): remove time complexity of get attributes to O(n)

* feat(distinct): update apply distinct to query build alg

* feat(distinct): update types

* feat(distinct): update get attributes types

* feat(distinct): add attribute type

* feat(distinct): add apply select attributes tests

* feat(distinct): update apply select attributes tests
  • Loading branch information
OlegDO authored Dec 13, 2023
1 parent a0b169f commit 9f1f696
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 40 deletions.
Loading

0 comments on commit 9f1f696

Please sign in to comment.