Home
last modified time | relevance | path

Searched refs:CSphColumnInfo (Results 1 – 25 of 26) sorted by relevance

12

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h1524 struct CSphColumnInfo struct
1551 bool operator == ( const CSphColumnInfo & rhs ) const
1587 virtual const CSphColumnInfo & GetAttr ( int iIndex ) const = 0;
1607 …void InsertAttr ( CSphVector<CSphColumnInfo> & dAttrs, CSphVector<int> & dUsed, int iPos, co…
1636 CSphVector<CSphColumnInfo> m_dAttrs; ///< all my attributes
1680 const CSphColumnInfo * GetAttr ( const char * sName ) const;
1737 const CSphColumnInfo & GetAttr ( int iIndex ) const;
1738 const CSphColumnInfo * GetAttr ( const char * sName ) const;
1741 void AddDynamicAttr ( const CSphColumnInfo & tCol );
1752 void SwapAttrs ( CSphVector<CSphColumnInfo> & dAttrs );
[all …]
H A Dsphinxsort.cpp1450 explicit AggrConcat_t ( const CSphColumnInfo & tCol ) in AggrConcat_t()
1575 const CSphColumnInfo & tAttr = tSchema.GetAttr(i); in ExtractAggregates()
3759 const CSphColumnInfo & tCol = tSchema.GetAttr(iAttr); in sphParseSortClause()
4187 CSphColumnInfo & tCol = const_cast < CSphColumnInfo & > ( tSchema.GetAttr ( iAttr ) ); in FixupDependency()
4393 const CSphColumnInfo & tDst = tSorterSchema.GetAttr(i); in sphSortGetStringRemap()
4917 CSphColumnInfo tCol; in sphCreateQueue()
4937 CSphColumnInfo tCol ( "@geodist", SPH_ATTR_FLOAT ); in sphCreateQueue()
5127 CSphColumnInfo & tDep = const_cast < CSphColumnInfo & > ( tSorterSchema.GetAttr ( dCur[j] ) ); in sphCreateQueue()
5159 CSphColumnInfo & tDep = const_cast < CSphColumnInfo & > ( tSorterSchema.GetAttr ( dCur[j] ) ); in sphCreateQueue()
5233 CSphColumnInfo tGroupby ( "@groupby", eGroupByResult ); in sphCreateQueue()
[all …]
H A Dsphinxexpr.h26 struct CSphColumnInfo;
H A Dsphinx.cpp7123 CSphColumnInfo::CSphColumnInfo ( const char * sName, ESphAttr eType ) in CSphColumnInfo() function in CSphColumnInfo
7288 const CSphColumnInfo & tAttr2 = m_dAttrs[i]; in CompareTo()
7419 CSphVector<CSphColumnInfo> dBackup = m_dAttrs; in RemoveAttr()
11371 CSphColumnInfo tCol; in ReadSchema()
26324 CSphColumnInfo tCol; in AddFieldLens()
27295 CSphColumnInfo tCol ( sName ); in IterateStart()
27360 CSphColumnInfo tMva; in IterateStart()
27382 CSphColumnInfo tCol; in IterateStart()
28829 CSphColumnInfo tCol ( sFieldName ); in AddFieldToSchema()
29705 CSphColumnInfo Info; in StartElement()
[all …]
H A Dtestrt.cpp156 CSphColumnInfo tCol; in SpawnSource()
H A Dsearchd.cpp6181 CSphColumnInfo tCol; in ParseReply()
6365 CSphVector<CSphColumnInfo> dDst; in MinimizeSchema()
6432 CSphVector<CSphColumnInfo> dFields; in MinimizeSchema()
8553 CSphColumnInfo & tCol = const_cast<CSphColumnInfo&> ( tRes.m_tSchema.GetAttr(j) ); in RecoverAggregateFunctions()
8633 bool IsLess ( const CSphColumnInfo & a, const CSphColumnInfo & b ) const in IsLess()
8838 CSphColumnInfo & t = dFrontend.Add(); in MinimizeAggrResult()
8855 CSphColumnInfo & t = dFrontend.Add(); in MinimizeAggrResult()
8919 CSphColumnInfo & d = dFrontend[i]; in MinimizeAggrResult()
9112 CSphColumnInfo & d = dFrontend[i]; in MinimizeAggrResult()
9129 CSphColumnInfo & d = dFrontend[i]; in MinimizeAggrResult()
[all …]
H A Dtests.cpp779 CSphColumnInfo tCol; in TestExpr()
883 CSphColumnInfo tCol; in BenchExpr()
1004 CSphColumnInfo tCol; in TestQueryParser()
1179 CSphColumnInfo tCol; in TestQueryTransforms()
2389 CSphColumnInfo tCol; in TestRTWeightBoundary()
2573 CSphColumnInfo tCol; in TestRTSendVsMerge()
2701 CSphColumnInfo tCol; in TestRankerFactors()
H A Dindexer.cpp306 bool ParseMultiAttr ( const char * sBuf, CSphColumnInfo & tAttr, const char * sSourceName ) in ParseMultiAttr()
416 CSphColumnInfo tCol ( pCur->cstr(), eAttrType ); in SqlAttrsConfigure()
627 CSphColumnInfo tAttr; in SqlParamsConfigure()
H A Dsphinxfilter.cpp1254 static ISphFilter * CreateFilterJson ( const CSphColumnInfo * DEBUGARG(pAttr), ISphExpr * pExpr, in CreateFilterJson()
1352 const CSphColumnInfo * pAttr = NULL; in CreateFilter()
H A Dsphinxrt.cpp1610 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in AddDocument()
1760 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in AddDocument()
2367 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in VerifyEmptyStrings()
2413 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in ExtractLocators()
5140 const CSphColumnInfo & tAttr = m_tSchema.GetAttr(iAttr); in DebugCheck()
5167 const CSphColumnInfo & tAttr = m_tSchema.GetAttr(iAttr); in DebugCheck()
7249 const CSphColumnInfo & tSetInfo = dSorters[iMaxSchemaIndex]->GetSchema().GetAttr(i); in MultiQuery()
7626 const CSphColumnInfo & tCol = m_tSchema.GetAttr(iIdx); in UpdateAttributes()
8074 const CSphColumnInfo * pNewAttr = NULL; in AddRemoveAttribute()
8079 CSphColumnInfo tInfo ( sAttrName.cstr(), eAttrType ); in AddRemoveAttribute()
[all …]
H A Dsphinxint.h732 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t()
759 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t()
H A Dindextool.cpp686 CSphColumnInfo tCol; in OptimizeRtKlists()
H A Dsphinxexpr.cpp2267 const CSphColumnInfo & tCol = m_pSchema->GetAttr ( iAttr ); in ParseAttr()
3219 const CSphColumnInfo & tCol = m_pSchema->GetAttr ( iLoc ); in CreateExistNode()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp951 const CSphColumnInfo & tAttr = m_tSchema.GetAttr(i); in SetSchema()
1676 const CSphColumnInfo & tAttr = tSchema.GetAttr(iAttr); in SetupAttr()
1919 const CSphColumnInfo & tCol = tSchema.GetAttr(iAttr); in sphParseSortClause()
2188 CSphColumnInfo & tCol = const_cast < CSphColumnInfo & > ( tSchema.GetAttr ( iAttr ) ); in FixupDependency()
2279 const CSphColumnInfo & tDst = tSorterSchema.GetAttr(i); in sphSortGetStringRemap()
2711 CSphColumnInfo tCol = tSorterSchema.GetAttr ( iIndex ); in sphCreateQueue()
2728 CSphColumnInfo tCol ( "@geodist", SPH_ATTR_FLOAT ); in sphCreateQueue()
2748 CSphVector<CSphColumnInfo> dAggregates; in sphCreateQueue()
2887 CSphColumnInfo & tDep = const_cast < CSphColumnInfo & > ( tSorterSchema.GetAttr ( dCur[j] ) ); in sphCreateQueue()
2930 CSphColumnInfo tGroupby ( "@groupby", eGroupByResult ); in sphCreateQueue()
[all …]
H A Dsphinx.h1210 struct CSphColumnInfo struct
1232 CSphColumnInfo ( const char * sName=NULL, ESphAttr eType=SPH_ATTR_NONE ) argument
1250 bool operator == ( const CSphColumnInfo & rhs ) const argument
1265 CSphVector<CSphColumnInfo> m_dFields; ///< my fulltext-searchable fields
1303 const CSphColumnInfo & GetAttr ( int iIndex ) const { return m_dAttrs[iIndex]; } in GetAttr()
1306 const CSphColumnInfo * GetAttr ( const char * sName ) const;
1309 void AddAttr ( const CSphColumnInfo & tAttr, bool bDynamic );
1316 CSphVector<CSphColumnInfo> m_dAttrs; ///< all my attributes
1678 CSphVector<CSphColumnInfo> m_dAttrs;
2379 CSphVector<CSphColumnInfo> m_dAttrs; ///< update schema (ie. what attrs to update)
H A Dsphinx.cpp8473 CSphColumnInfo tCol; in ReadSchema()
21111 CSphColumnInfo tCol ( sName ); in IterateStart()
21171 CSphColumnInfo tMva = tAttr; in IterateStart()
21188 CSphColumnInfo tCol; in IterateStart()
22281 CSphColumnInfo tGid ( "gid", SPH_ATTR_INTEGER ); in Connect()
22282 CSphColumnInfo tTs ( "ts", SPH_ATTR_TIMESTAMP ); in Connect()
23047 CSphColumnInfo tCol ( szName ); in AddFieldToSchema()
23057 CSphColumnInfo tCol ( pCur->cstr(), eAttrType ); in ConfigureAttrs()
23145 CSphColumnInfo & tCol = m_tSchema.m_dFields[i]; in Connect()
23594 CSphColumnInfo Info; in StartElement()
[all …]
H A Dtestrt.cpp150 CSphColumnInfo tCol; in SpawnSource()
H A Dtests.cpp608 CSphColumnInfo tCol; in TestExpr()
712 CSphColumnInfo tCol; in BenchExpr()
861 CSphColumnInfo tCol; in TestQueryParser()
1749 CSphColumnInfo tCol; in TestRTWeightBoundary()
1924 CSphColumnInfo tCol; in TestRTSendVsMerge()
H A Dsearchd.cpp3767 CSphColumnInfo tCol; in ParseReply()
3799 const CSphColumnInfo & tAttr = tSchema.GetAttr(j); in ParseReply()
3891 CSphVector<CSphColumnInfo> dDst; in MinimizeSchema()
5245 void MkIdAttribute ( CSphColumnInfo * pId ) in MkIdAttribute()
5260 CSphColumnInfo tId; in AddIDAttribute()
5317 const CSphColumnInfo & tDst = pTarget->GetAttr(j); in RemapResult()
5505 CSphColumnInfo & tCol = const_cast<CSphColumnInfo&> ( tRes.m_tSchema.GetAttr(j) ); in RecoverAggregateFunctions()
8057 CSphColumnInfo & tAttr = tUpd.m_dAttrs.Add(); in AddUpdatedAttr()
10300 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in HandleMysqlInsert()
10728 const CSphColumnInfo & tCol = tSchema.m_dFields[i]; in HandleMysqlDescribe()
[all …]
H A Dindexer.cpp312 bool ParseMultiAttr ( const char * sBuf, CSphColumnInfo & tAttr, const char * sSourceName ) in ParseMultiAttr()
421 CSphColumnInfo tCol ( pCur->cstr(), eAttrType ); in SqlAttrsConfigure()
634 CSphColumnInfo tAttr; in SqlParamsConfigure()
H A Dsearch.cpp371 const CSphColumnInfo & tAttr = pResult->m_tSchema.GetAttr(j); in main()
H A Dindextool.cpp511 CSphColumnInfo tCol; in DoOptimization()
H A Dsphinxint.h573 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t()
599 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t()
H A Dsphinxfilter.cpp651 const CSphColumnInfo * pAttr = NULL; in sphCreateFilter()
H A Dsphinxrt.cpp1500 const CSphColumnInfo & tColumn = pSchema.GetAttr(i); in AddDocument()
2058 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in VerifyEmptyStrings()
2104 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in ExtractLocators()
4595 const CSphColumnInfo & tSetInfo = pResult->m_tSchema.GetAttr(i); in MultiQuery()
4921 const CSphColumnInfo & tCol = m_tSchema.GetAttr(iIdx); in UpdateAttributes()
6479 CSphColumnInfo tCol; in sphRTSchemaConfigure()

12