SELECT DISTINCT in Dgraph

Three ideas we can explore:

  1. Support group by with values
  2. A function called val_distinct(a) or distinct(a) that operates on a value variable
  3. A function called distinct(val(a)) that operators on values.
1 Like