withDistinct

abstract fun withDistinct(value: Boolean = true): T

Modifies this query to retrieve only distinct results if value is set to true.