Home
last modified time | relevance | path

Searched refs:bPlainAttr (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp2762 bool bPlainAttr = ( ( sExpr=="*" || ( iAttrIdx>=0 && tItem.m_eAggrFunc==SPH_AGGR_NONE ) ) && in sphCreateQueue() local
2775 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()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp4980 bool bPlainAttr = ( ( sExpr=="*" || ( iAttrIdx>=0 && tItem.m_eAggrFunc==SPH_AGGR_NONE ) ) && in sphCreateQueue() local
4993 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()