Searched refs:ESphAggrFunc (Results 1 – 7 of 7) sorted by relevance
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/ |
H A D | sphinx.h | 1187 enum ESphAggrFunc enum 1225 ESphAggrFunc m_eAggrFunc; ///< aggregate function on top of expression (for GROUP BY) 2214 ESphAggrFunc m_eAggrFunc;
|
H A D | searchd.cpp | 7615 …void AddItem ( SqlNode_t * pExpr, ESphAggrFunc eFunc=SPH_AGGR_NONE, SqlNode_t * pStart=NULL, Sql… 7968 void SqlParser_c::AddItem ( SqlNode_t * pExpr, ESphAggrFunc eAggrFunc, SqlNode_t * pStart, SqlNode_… in AddItem()
|
H A D | sphinx.cpp | 5195 …void AddItem ( YYSTYPE * pExpr, ESphAggrFunc eAggrFunc=SPH_AGGR_NONE, YYSTYPE * pStart=NULL, YYS… 5317 void SelectParser_t::AddItem ( YYSTYPE * pExpr, ESphAggrFunc eAggrFunc, YYSTYPE * pStart, YYSTYPE *… in AddItem()
|
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinxexpr.cpp | 935 ESphAggrFunc m_eFunc; 938 Expr_JsonFieldAggr_c ( ISphExpr * pArg, ESphAggrFunc eFunc ) in Expr_JsonFieldAggr_c() 2200 …ISphExpr * CreateAggregateNode ( const ExprNode_t & tNode, ESphAggrFunc eFunc, ISphExpr * pLeft… 4524 Expr_MVAAggr_c ( const CSphAttrLocator & tLoc, int iLocator, ESphAggrFunc eFunc ) in Expr_MVAAggr_c() 4534 int64_t MvaAggr ( const DWORD * pMva, ESphAggrFunc eFunc ) const; 4565 ESphAggrFunc m_eFunc; 4570 int64_t Expr_MVAAggr_c<false>::MvaAggr ( const DWORD * pMva, ESphAggrFunc eFunc ) const in MvaAggr() 4587 int64_t Expr_MVAAggr_c<true>::MvaAggr ( const DWORD * pMva, ESphAggrFunc eFunc ) const in MvaAggr() 5446 ISphExpr * ExprParser_t::CreateAggregateNode ( const ExprNode_t & tNode, ESphAggrFunc eFunc, ISphEx… in CreateAggregateNode()
|
H A D | sphinx.h | 1512 enum ESphAggrFunc enum 1539 ESphAggrFunc m_eAggrFunc; ///< aggregate function on top of expression (for GROUP BY) 2611 ESphAggrFunc m_eAggrFunc;
|
H A D | searchd.cpp | 11924 …void AddItem ( SqlNode_t * pExpr, ESphAggrFunc eFunc=SPH_AGGR_NONE, SqlNode_t * pStart=NULL, Sql… 12441 void SqlParser_c::AddItem ( SqlNode_t * pExpr, ESphAggrFunc eAggrFunc, SqlNode_t * pStart, SqlNode_… in AddItem()
|
H A D | sphinx.cpp | 6835 …void AddItem ( YYSTYPE * pExpr, ESphAggrFunc eAggrFunc=SPH_AGGR_NONE, YYSTYPE * pStart=NULL, YYS… 6998 void SelectParser_t::AddItem ( YYSTYPE * pExpr, ESphAggrFunc eAggrFunc, YYSTYPE * pStart, YYSTYPE *… in AddItem()
|