distinct property

bool distinct
final

Whether duplicate rows should be eliminated from the result (this is a SELECT DISTINCT statement in sql). Defaults to false.

Implementation

final bool distinct;