fdb-record-layer
fdb-record-layer copied to clipboard
RecordQueryUnorderedDistinctPlan "sees" a record when it is skipped
RecordQueryUnorderedDistinctPlan.executePlan() (Line 104) adds a record to the “seen” list even if it skipped. This means that the record will not make it into the result even if it is seen again after the skip.