hintString

fun hintString(@Nullable hint: String?): DistinctIterable<T>

Sets the hint for which index to use. A null value means no hint is set.

Note: If DistinctFlow.hint is set that will be used instead of any hint string.

Return

this

Parameters

hint

the name of the index which should be used for the operation