interface AbstractQueryGroupJoinDataOptions {
    checkExisting: boolean;
}

Properties

Properties

checkExisting: boolean

Whether to de-duplicate rows by hashing PK/unique keys when grouping JOIN results. If false, rows are nested directly without deduplication (faster for no-join queries).