Home
last modified time | relevance | path

Searched refs:getAllowDiskAggregation (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dresourcemanager.h182 bool getAllowDiskAggregation() const in getAllowDiskAggregation() function
H A Dtupleaggregatestep.cpp387 fRm->getAllowDiskAggregation()); in TupleAggregateStep()
5341 bool diskAggAllowed = fRm->getAllowDiskAggregation(); in threadedAggregateRowGroups()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dresourcemanager.h182 bool getAllowDiskAggregation() const in getAllowDiskAggregation() function
H A Dtupleaggregatestep.cpp387 fRm->getAllowDiskAggregation()); in TupleAggregateStep()
5341 bool diskAggAllowed = fRm->getAllowDiskAggregation(); in threadedAggregateRowGroups()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/rowgroup/
H A Drowaggregation.cpp674 bool disk_agg = fRm ? fRm->getAllowDiskAggregation() : false; in initialize()
764 bool disk_agg = fRm ? fRm->getAllowDiskAggregation() : false; in aggReset()
4239 RowAggStorage::getMaxRows(fRm ? fRm->getAllowDiskAggregation() : false)); in setInputOutput()
4557 …ew RGData(fSubRowGroups[i], RowAggStorage::getMaxRows(fRm ? fRm->getAllowDiskAggregation() : false… in RowAggregationMultiDistinct()
4603 …data.reset(new RGData(rg, RowAggStorage::getMaxRows(fRm ? fRm->getAllowDiskAggregation() : false))… in addSubAggregator()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/rowgroup/
H A Drowaggregation.cpp674 bool disk_agg = fRm ? fRm->getAllowDiskAggregation() : false; in initialize()
764 bool disk_agg = fRm ? fRm->getAllowDiskAggregation() : false; in aggReset()
4239 RowAggStorage::getMaxRows(fRm ? fRm->getAllowDiskAggregation() : false)); in setInputOutput()
4557 …ew RGData(fSubRowGroups[i], RowAggStorage::getMaxRows(fRm ? fRm->getAllowDiskAggregation() : false… in RowAggregationMultiDistinct()
4603 …data.reset(new RGData(rg, RowAggStorage::getMaxRows(fRm ? fRm->getAllowDiskAggregation() : false))… in addSubAggregator()