distinct method

Query<T> distinct()

Implementation

Query<T> distinct() {
  base.setDistinct();
  return this;
}