Home
last modified time | relevance | path

Searched refs:fAggColumnList (Results 1 – 16 of 16) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dsimplefilter.cpp80 fAggColumnList.clear(); in SimpleFilter()
133 fAggColumnList.insert in SimpleFilter()
345 fAggColumnList.clear(); in unserialize()
401 fAggColumnList.insert in unserialize()
782 if (fAggColumnList.empty()) in hasAggregate()
786 fAggColumnList.clear(); in hasAggregate()
790 fAggColumnList.insert(fAggColumnList.end(), lac); in hasAggregate()
795 fAggColumnList.insert(fAggColumnList.end(), rac); in hasAggregate()
801 fAggColumnList.insert(fAggColumnList.end(), in hasAggregate()
809 fAggColumnList.insert(fAggColumnList.end(), in hasAggregate()
[all …]
H A Dconstantfilter.cpp93 fAggColumnList.insert(fAggColumnList.end(), in ConstantFilter()
135 if (fAggColumnList.empty()) in hasAggregate()
141 fAggColumnList.insert(fAggColumnList.end(), in hasAggregate()
148 if (!fAggColumnList.empty()) in hasAggregate()
192 fAggColumnList.clear(); in unserialize()
203 fAggColumnList.insert(fAggColumnList.end(), in unserialize()
H A Darithmeticcolumn.cpp86 fAggColumnList.clear(); in ArithmeticColumn()
87 fExpression->walk(getAggCols, &fAggColumnList); in ArithmeticColumn()
350 fAggColumnList.clear(); in unserialize()
351 fExpression->walk(getAggCols, &fAggColumnList); in unserialize()
408 fAggColumnList.clear(); in hasAggregate()
409 fExpression->walk(getAggCols, &fAggColumnList); in hasAggregate()
411 if (!fAggColumnList.empty()) in hasAggregate()
H A Dfunctioncolumn.cpp83 fAggColumnList.clear(); in FunctionColumn()
93 pt->walk(getAggCols, &fAggColumnList); in FunctionColumn()
286 fAggColumnList.clear(); in unserialize()
300 pt->walk(getAggCols, &fAggColumnList); in unserialize()
388 fAggColumnList.clear(); in hasAggregate()
391 fFunctionParms[i]->walk(getAggCols, &fAggColumnList); in hasAggregate()
393 if (!fAggColumnList.empty()) in hasAggregate()
H A Dconstantfilter.h213 return fAggColumnList; in aggColumnList()
218 std::vector<AggregateColumn*> fAggColumnList; variable
H A Dsimplefilter.h248 return fAggColumnList; in aggColumnList()
259 std::vector<AggregateColumn*> fAggColumnList; variable
H A Dreturnedcolumn.h302 return fAggColumnList; in aggColumnList()
346 std::vector<AggregateColumn*> fAggColumnList; variable
H A Daggregatecolumn.cpp328 fAggColumnList.push_back(this); in hasAggregate()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dsimplefilter.cpp80 fAggColumnList.clear(); in SimpleFilter()
133 fAggColumnList.insert in SimpleFilter()
345 fAggColumnList.clear(); in unserialize()
401 fAggColumnList.insert in unserialize()
782 if (fAggColumnList.empty()) in hasAggregate()
786 fAggColumnList.clear(); in hasAggregate()
790 fAggColumnList.insert(fAggColumnList.end(), lac); in hasAggregate()
795 fAggColumnList.insert(fAggColumnList.end(), rac); in hasAggregate()
801 fAggColumnList.insert(fAggColumnList.end(), in hasAggregate()
809 fAggColumnList.insert(fAggColumnList.end(), in hasAggregate()
[all …]
H A Dconstantfilter.cpp93 fAggColumnList.insert(fAggColumnList.end(), in ConstantFilter()
135 if (fAggColumnList.empty()) in hasAggregate()
141 fAggColumnList.insert(fAggColumnList.end(), in hasAggregate()
148 if (!fAggColumnList.empty()) in hasAggregate()
192 fAggColumnList.clear(); in unserialize()
203 fAggColumnList.insert(fAggColumnList.end(), in unserialize()
H A Darithmeticcolumn.cpp86 fAggColumnList.clear(); in ArithmeticColumn()
87 fExpression->walk(getAggCols, &fAggColumnList); in ArithmeticColumn()
350 fAggColumnList.clear(); in unserialize()
351 fExpression->walk(getAggCols, &fAggColumnList); in unserialize()
408 fAggColumnList.clear(); in hasAggregate()
409 fExpression->walk(getAggCols, &fAggColumnList); in hasAggregate()
411 if (!fAggColumnList.empty()) in hasAggregate()
H A Dfunctioncolumn.cpp83 fAggColumnList.clear(); in FunctionColumn()
93 pt->walk(getAggCols, &fAggColumnList); in FunctionColumn()
286 fAggColumnList.clear(); in unserialize()
300 pt->walk(getAggCols, &fAggColumnList); in unserialize()
388 fAggColumnList.clear(); in hasAggregate()
391 fFunctionParms[i]->walk(getAggCols, &fAggColumnList); in hasAggregate()
393 if (!fAggColumnList.empty()) in hasAggregate()
H A Dconstantfilter.h213 return fAggColumnList; in aggColumnList()
218 std::vector<AggregateColumn*> fAggColumnList; variable
H A Dsimplefilter.h248 return fAggColumnList; in aggColumnList()
259 std::vector<AggregateColumn*> fAggColumnList; variable
H A Dreturnedcolumn.h302 return fAggColumnList; in aggColumnList()
346 std::vector<AggregateColumn*> fAggColumnList; variable
H A Daggregatecolumn.cpp328 fAggColumnList.push_back(this); in hasAggregate()