if (!isUndefined(query.unionLimit) && !isNull(query.unionLimit)) {
      sql += ` ${this.compileLimit(query, query.unionLimit)}`
    }