Home
last modified time | relevance | path

Searched refs:SPH_ATTR_INT64SET (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxexpr.h39 SPH_ATTR_INT64SET = 0x40000002UL ///< MVA, set of signed 64-bit integers enumerator
H A Dsphinxfilter.cpp596 if ( eAttrType==SPH_ATTR_UINT32SET || eAttrType==SPH_ATTR_INT64SET ) in CreateFilter()
601 if ( eAttrType==SPH_ATTR_INT64SET ) in CreateFilter()
607 if ( eAttrType==SPH_ATTR_INT64SET ) in CreateFilter()
H A Dsearch.cpp374 if ( tAttr.m_eAttrType==SPH_ATTR_UINT32SET || tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in main()
382 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in main()
H A Dsphinxint.h600 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in AttrIndexBuilder_t()
1057 case SPH_ATTR_INT64SET: return "mva64"; in sphTypeName()
1076 case SPH_ATTR_INT64SET: return "sql_attr_multi bigint"; in sphTypeDirective()
H A Dsphinxrt.cpp1520 } else if ( tColumn.m_eAttrType==SPH_ATTR_UINT32SET || tColumn.m_eAttrType==SPH_ATTR_INT64SET ) in AddDocument()
2175 ExtractLocators ( tSchema, SPH_ATTR_INT64SET, m_dLocators ); in StorageMvaWriter_t()
2211 ExtractLocators ( tSchema, SPH_ATTR_INT64SET, m_dLocators ); in StorageMvaVector_t()
4603 } else if ( tSetInfo.m_eAttrType==SPH_ATTR_UINT32SET || tSetInfo.m_eAttrType==SPH_ATTR_INT64SET ) in MultiQuery()
4923 || tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET in UpdateAttributes()
4930 bool bSrcMva = ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ); in UpdateAttributes()
4931 …d.m_dAttrs[i].m_eAttrType==SPH_ATTR_UINT32SET || tUpd.m_dAttrs[i].m_eAttrType==SPH_ATTR_INT64SET ); in UpdateAttributes()
4938 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET && tUpd.m_dAttrs[i].m_eAttrType==SPH_ATTR_INT64SET ) in UpdateAttributes()
4945 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in UpdateAttributes()
4950 bHasMva |= ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ); in UpdateAttributes()
[all …]
H A Dsphinx.cpp7619 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in UpdateAttributes()
7906 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in LoadPersistentMVA()
8100 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in SaveAttributes()
9126 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in BuildMVA()
9988 if ( eAttrType==SPH_ATTR_INT64SET ) in Build()
10221 tRedirect.m_bMva64 = ( tCol.m_eAttrType==SPH_ATTR_INT64SET ); in Build()
12033 if ( tInfo.m_eAttrType==SPH_ATTR_INT64SET ) in Merge()
13316 else if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in DebugDumpHeader()
14007 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in Preread()
15954 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in DebugCheck()
[all …]
H A Dsphinxexpr.cpp887 case SPH_ATTR_INT64SET: iRes = TOK_ATTR_MVA64; break; in ParseAttr()
2607 else if ( iTokenType==TOK_ATTR_MVA64 ) tNode.m_eRetType = SPH_ATTR_INT64SET; in AddNodeAttr()
2740 bGotMva |= ( dRetTypes[i]==SPH_ATTR_UINT32SET || dRetTypes[i]==SPH_ATTR_INT64SET ); in AddNodeFunc()
2868 case SPH_ATTR_INT64SET: in AddNodeUdf()
H A Dsphinxsort.cpp2137 tSettings.m_bMVA = ( eType==SPH_ATTR_UINT32SET || eType==SPH_ATTR_INT64SET ); in SetupGroupbySettings()
2138 tSettings.m_bMva64 = ( eType==SPH_ATTR_INT64SET ); in SetupGroupbySettings()
2767 if ( eAttr==SPH_ATTR_STRING || eAttr==SPH_ATTR_UINT32SET || eAttr==SPH_ATTR_INT64SET ) in sphCreateQueue()
H A Dsearchd.cpp3800 if ( tAttr.m_eAttrType==SPH_ATTR_UINT32SET || tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in ParseReply()
4966 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ) in CalcResultLength()
5113 if ( tAttr.m_eAttrType==SPH_ATTR_UINT32SET || tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in SendResult()
5127 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in SendResult()
7787 case SPH_ATTR_INT64SET: in SetAttr()
8100 eType = SPH_ATTR_INT64SET; in UpdateMVAAttr()
10311 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ) in HandleMysqlInsert()
10334 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ) in HandleMysqlInsert()
10344 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in HandleMysqlInsert()
10977 || tStmt.m_tUpdate.m_dAttrs[i].m_eAttrType==SPH_ATTR_INT64SET ); in HandleMysqlUpdate()
[all …]
H A Dindexer.cpp341 else if ( LOC_TOKEQ("bigint") ) tAttr.m_eAttrType = SPH_ATTR_INT64SET; in ParseMultiAttr()
H A Dsphinxsearch.cpp5358 if ( eType==SPH_ATTR_STRING || eType==SPH_ATTR_UINT32SET || eType==SPH_ATTR_INT64SET ) in Init()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxexpr.h49 SPH_ATTR_INT64SET = 0x40000002UL, ///< MVA, set of signed 64-bit integers enumerator
H A Dsphinxfilter.cpp945 if ( eAttrType==SPH_ATTR_UINT32SET || eAttrType==SPH_ATTR_INT64SET ) in CreateFilter()
950 if ( eAttrType==SPH_ATTR_INT64SET ) in CreateFilter()
956 if ( eAttrType==SPH_ATTR_INT64SET ) in CreateFilter()
H A Dsphinxrt.cpp1791 } else if ( tColumn.m_eAttrType==SPH_ATTR_UINT32SET || tColumn.m_eAttrType==SPH_ATTR_INT64SET ) in AddDocument()
2486 ExtractLocators ( tSchema, SPH_ATTR_INT64SET, m_dLocators ); in StorageMvaWriter_t()
2522 ExtractLocators ( tSchema, SPH_ATTR_INT64SET, m_dLocators ); in StorageMvaVector_t()
5141 if ( tAttr.m_eAttrType==SPH_ATTR_UINT32SET || tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in DebugCheck()
5168 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in DebugCheck()
6560 case SPH_ATTR_INT64SET: in Process()
7251 || tSetInfo.m_eAttrType==SPH_ATTR_UINT32SET || tSetInfo.m_eAttrType==SPH_ATTR_INT64SET ) in MultiQuery()
7628 || tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET in UpdateAttributes()
7645 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET && tUpd.m_dTypes[i]==SPH_ATTR_INT64SET ) in UpdateAttributes()
7652 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in UpdateAttributes()
[all …]
H A Dsphinxexpr.cpp612 case SPH_ATTR_INT64SET: in StringEval()
619 assert (!( m_eArg==SPH_ATTR_INT64SET && ( nValues & 1 ) )); in StringEval()
2274 case SPH_ATTR_INT64SET: iRes = TOK_ATTR_MVA64; break; in ParseAttr()
3220 …if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET || tCol.m_eAttrTy… in CreateExistNode()
5604 else if ( iTokenType==TOK_ATTR_MVA64 ) tNode.m_eRetType = SPH_ATTR_INT64SET; in AddNodeAttr()
5754 bGotMva |= ( dRetTypes[i]==SPH_ATTR_UINT32SET || dRetTypes[i]==SPH_ATTR_INT64SET ); in AddNodeFunc()
5990 if ( eArg==SPH_ATTR_INT64SET ) in AddNodeFunc()
6074 case SPH_ATTR_INT64SET: in AddNodeUdf()
H A Dsphinx.cpp9918 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in UpdateAttributes()
10311 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in LoadPersistentMVA()
10506 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in SaveAttributes()
12062 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in BuildMVA()
12570 if ( tCol.m_eAttrType!=SPH_ATTR_INT64SET ) in Build()
12864 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in Build()
14773 if ( tInfo.m_eAttrType==SPH_ATTR_INT64SET ) in DoMerge()
17501 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in Preread()
20544 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in DebugCheck()
29785 Info.m_eAttrType = SPH_ATTR_INT64SET; in StartElement()
[all …]
H A Dsphinxint.h760 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in AttrIndexBuilder_t()
1429 case SPH_ATTR_INT64SET: return "mva64"; in sphTypeName()
1450 case SPH_ATTR_INT64SET: return "sql_attr_multi bigint"; in sphTypeDirective()
H A Dsphinxsort.cpp3673 || tSchema.GetAttr ( iAttr ).m_eAttrType==SPH_ATTR_INT64SET ) ) in sphParseSortClause()
4031 if ( eType==SPH_ATTR_UINT32SET || eType==SPH_ATTR_INT64SET ) in SetupGroupbySettings()
4134 tSettings.m_bMVA = ( eType==SPH_ATTR_UINT32SET || eType==SPH_ATTR_INT64SET ); in SetupGroupbySettings()
4135 tSettings.m_bMva64 = ( eType==SPH_ATTR_INT64SET ); in SetupGroupbySettings()
4985 if ( eAttr==SPH_ATTR_STRING || eAttr==SPH_ATTR_UINT32SET || eAttr==SPH_ATTR_INT64SET ) in sphCreateQueue()
H A Dsearchd.cpp7749 case SPH_ATTR_INT64SET: in CalcResultLength()
8049 case SPH_ATTR_INT64SET: in SendResult()
8063 if ( tAttr.m_eAttrType==SPH_ATTR_INT64SET ) in SendResult()
9154 ( d.m_eAttrType==SPH_ATTR_INT64SET in MinimizeAggrResult()
12135 case SPH_ATTR_INT64SET: in SetAttr()
12586 eType = SPH_ATTR_INT64SET; in UpdateMVAAttr()
15519 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ) in HandleMysqlInsert()
15544 if ( tCol.m_eAttrType==SPH_ATTR_UINT32SET || tCol.m_eAttrType==SPH_ATTR_INT64SET ) in HandleMysqlInsert()
15554 if ( tCol.m_eAttrType==SPH_ATTR_INT64SET ) in HandleMysqlInsert()
16604 || tStmt.m_tUpdate.m_dTypes[i]==SPH_ATTR_INT64SET ); in HandleMysqlUpdate()
[all …]
H A Dsphinxql.y1276 | TOK_MULTI64 { $$.m_iValue = SPH_ATTR_INT64SET; }
H A Dyysphinxql.c4312 { (yyval).m_iValue = SPH_ATTR_INT64SET; } in yyparse()
H A Dindexer.cpp335 else if ( LOC_TOKEQ("bigint") ) tAttr.m_eAttrType = SPH_ATTR_INT64SET; in ParseMultiAttr()