Documentation
    Preparing search index...

    Interface AbstractQueryGroupJoinDataOptions

    interface AbstractQueryGroupJoinDataOptions {
        checkExisting: boolean;
    }
    Index
    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).