Home
last modified time | relevance | path

Searched refs:hasAggregate (Results 1 – 25 of 39) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Drowcolumn.h138 using ReturnedColumn::hasAggregate;
139 virtual bool hasAggregate() in hasAggregate() function
166 using ReturnedColumn::hasAggregate;
167 virtual bool hasAggregate() in hasAggregate() function
H A Dintervalcolumn.h93 using ReturnedColumn::hasAggregate;
94 virtual bool hasAggregate() in hasAggregate() function
H A Dconstantfilter.cpp133 bool ConstantFilter::hasAggregate() in hasAggregate() function in execplan::ConstantFilter
139 if (fFilterList[i]->hasAggregate()) in hasAggregate()
271 if (fCol->hasAggregate()) in setDerivedTable()
H A Daggregatecolumn.cpp66 fc->hasAggregate(); in getAggCols()
71 ac->hasAggregate(); in getAggCols()
76 sf->hasAggregate(); in getAggCols()
81 cf->hasAggregate(); in getAggCols()
326 bool AggregateColumn::hasAggregate() in hasAggregate() function in execplan::AggregateColumn
H A Dwindowfunctioncolumn.h132 using ReturnedColumn::hasAggregate;
133 virtual bool hasAggregate() in hasAggregate() function
H A Darithmeticcolumn.h167 using ReturnedColumn::hasAggregate;
168 virtual bool hasAggregate();
H A Dreturnedcolumn.h226 virtual bool hasAggregate() in hasAggregate() function
230 virtual void hasAggregate(bool hasAgg) in hasAggregate() function
H A Dfunctioncolumn.h159 using ReturnedColumn::hasAggregate;
160 virtual bool hasAggregate();
H A Daggregatecolumn.h312 using ReturnedColumn::hasAggregate;
313 virtual bool hasAggregate();
H A Dsimplefilter.cpp668 if (hasAggregate()) in setDerivedTable()
780 bool SimpleFilter::hasAggregate() in hasAggregate() function in execplan::SimpleFilter
800 if (fLhs->hasAggregate()) in hasAggregate()
808 if (fRhs->hasAggregate()) in hasAggregate()
H A Darithmeticcolumn.cpp404 bool ArithmeticColumn::hasAggregate() in hasAggregate() function in execplan::ArithmeticColumn
430 if (hasAggregate()) in setDerivedTable()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Drowcolumn.h138 using ReturnedColumn::hasAggregate;
139 virtual bool hasAggregate() in hasAggregate() function
166 using ReturnedColumn::hasAggregate;
167 virtual bool hasAggregate() in hasAggregate() function
H A Dintervalcolumn.h93 using ReturnedColumn::hasAggregate;
94 virtual bool hasAggregate() in hasAggregate() function
H A Dconstantfilter.cpp133 bool ConstantFilter::hasAggregate() in hasAggregate() function in execplan::ConstantFilter
139 if (fFilterList[i]->hasAggregate()) in hasAggregate()
271 if (fCol->hasAggregate()) in setDerivedTable()
H A Daggregatecolumn.cpp66 fc->hasAggregate(); in getAggCols()
71 ac->hasAggregate(); in getAggCols()
76 sf->hasAggregate(); in getAggCols()
81 cf->hasAggregate(); in getAggCols()
326 bool AggregateColumn::hasAggregate() in hasAggregate() function in execplan::AggregateColumn
H A Darithmeticcolumn.h167 using ReturnedColumn::hasAggregate;
168 virtual bool hasAggregate();
H A Dwindowfunctioncolumn.h132 using ReturnedColumn::hasAggregate;
133 virtual bool hasAggregate() in hasAggregate() function
H A Dreturnedcolumn.h226 virtual bool hasAggregate() in hasAggregate() function
230 virtual void hasAggregate(bool hasAgg) in hasAggregate() function
H A Daggregatecolumn.h312 using ReturnedColumn::hasAggregate;
313 virtual bool hasAggregate();
H A Dfunctioncolumn.h159 using ReturnedColumn::hasAggregate;
160 virtual bool hasAggregate();
H A Dsimplefilter.cpp668 if (hasAggregate()) in setDerivedTable()
780 bool SimpleFilter::hasAggregate() in hasAggregate() function in execplan::SimpleFilter
800 if (fLhs->hasAggregate()) in hasAggregate()
808 if (fRhs->hasAggregate()) in hasAggregate()
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/query/
H A DSql.php96 protected $hasAggregate = FALSE; variable in Drupal\\views\\Plugin\\views\\query\\Sql
1183 $this->hasAggregate = TRUE;
1230 $this->hasAggregate = TRUE;
1322 $this->hasAggregate = FALSE;
1325 $this->hasAggregate = TRUE;
1327 elseif (!$this->hasAggregate) {
1329 $this->hasAggregate = $this->view->display_handler->getOption('group_by');
1332 if ($this->hasAggregate && (!empty($this->groupby) || !empty($non_aggregates))) {
1675 if (!$this->hasAggregate) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/query/
H A DSql.php95 protected $hasAggregate = FALSE; variable in Drupal\\views\\Plugin\\views\\query\\Sql
1191 $this->hasAggregate = TRUE;
1238 $this->hasAggregate = TRUE;
1334 $this->hasAggregate = FALSE;
1337 $this->hasAggregate = TRUE;
1339 elseif (!$this->hasAggregate) {
1341 $this->hasAggregate = $this->view->display_handler->getOption('group_by');
1344 if ($this->hasAggregate && (!empty($this->groupby) || !empty($non_aggregates))) {
1686 if (!$this->hasAggregate) {
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXAggregatePseudoLowering.cpp149 static bool hasAggregate(const Instruction &Inst) { in hasAggregate() function
157 return hasAggregate(Inst) && !isa<InsertValueInst>(Inst) && in runOnFunction()
303 IGC_ASSERT_MESSAGE(!hasAggregate(*NewInst), in create()
508 IGC_ASSERT_MESSAGE(hasAggregate(Inst), in processInst()
/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Dextended_op_node_utils.h39 bool hasAggregate; member

12