Searched refs:bPlainAttr (Results 1 – 2 of 2) sorted by relevance
2762 bool bPlainAttr = ( ( sExpr=="*" || ( iAttrIdx>=0 && tItem.m_eAggrFunc==SPH_AGGR_NONE ) ) && in sphCreateQueue() local2775 if ( !bPlainAttr ) in sphCreateQueue()2777 bPlainAttr = true; in sphCreateQueue()2778 for ( int i=0; i<iItem && bPlainAttr; i++ ) in sphCreateQueue()2780 bPlainAttr = false; in sphCreateQueue()2784 if ( bPlainAttr || IsGroupby(sExpr) || bIsCount ) in sphCreateQueue()
4980 bool bPlainAttr = ( ( sExpr=="*" || ( iAttrIdx>=0 && tItem.m_eAggrFunc==SPH_AGGR_NONE ) ) && in sphCreateQueue() local4993 if ( !bPlainAttr ) in sphCreateQueue()4995 bPlainAttr = true; in sphCreateQueue()4996 for ( int i=0; i<iItem && bPlainAttr; i++ ) in sphCreateQueue()4998 bPlainAttr = false; in sphCreateQueue()5003 if ( bPlainAttr || IsGroupby ( sExpr ) || bIsCount ) in sphCreateQueue()