Home
last modified time | relevance | path

Searched refs:OT_RID (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Ddictstep.cpp145 ? OT_RID : OT_RID | OT_DATAVALUE); in prep()
186 idbassert(primMsg->OutputType & OT_RID); in copyResultToTmpSpace()
246 if (primMsg->OutputType & OT_RID) in processResult()
376 primMsg->OutputType = (fFilterFeeder == NOT_FEEDER ? OT_RID : OT_RID | OT_DATAVALUE); in _execute()
H A Dcolumncommand.cpp402 case OT_RID: in processResult()
H A Dbatchprimitiveprocessor.cpp1046 filterSteps[i]->prep(OT_RID, false); in initProcessor()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Ddictstep.cpp145 ? OT_RID : OT_RID | OT_DATAVALUE); in prep()
186 idbassert(primMsg->OutputType & OT_RID); in copyResultToTmpSpace()
246 if (primMsg->OutputType & OT_RID) in processResult()
376 primMsg->OutputType = (fFilterFeeder == NOT_FEEDER ? OT_RID : OT_RID | OT_DATAVALUE); in _execute()
H A Dcolumncommand.cpp402 case OT_RID: in processResult()
H A Dbatchprimitiveprocessor.cpp1046 filterSteps[i]->prep(OT_RID, false); in initProcessor()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dprimitivemsg.h131 #define OT_RID 1 macro
135 #define OT_INPUTARG OT_RID // reuse OT_RID's flag in dictionary primitives. Specifies that
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dprimitivemsg.h131 #define OT_RID 1 macro
135 #define OT_INPUTARG OT_RID // reuse OT_RID's flag in dictionary primitives. Specifies that
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/linux-port/
H A Dcolumn.cpp609 if (in->OutputType & OT_RID) in store()
697 while ((OutputType & OT_RID) && in nextColValue()
712 *isEmpty = (OutputType & OT_RID) ? false : isEmptyVal<W>(type, vp); in nextColValue()
H A Ddictionary.cpp534 …if (in->OutputType & OT_RID && in->InputFlags == 1) // hack that indicates old GetSignature be… in p_Dictionary()
H A Dtdriver.cpp3150 in->OutputType = OT_RID; in p_Col_10()
3388 in->OutputType = OT_RID; in p_Col_13()
4393 cmd->OutputType = OT_RID | OT_DATAVALUE; in p_Dictionary_oldgetsig_1()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/linux-port/
H A Dcolumn.cpp609 if (in->OutputType & OT_RID) in store()
697 while ((OutputType & OT_RID) && in nextColValue()
712 *isEmpty = (OutputType & OT_RID) ? false : isEmptyVal<W>(type, vp); in nextColValue()
H A Ddictionary.cpp534 …if (in->OutputType & OT_RID && in->InputFlags == 1) // hack that indicates old GetSignature be… in p_Dictionary()
H A Dtdriver.cpp3150 in->OutputType = OT_RID; in p_Col_10()
3388 in->OutputType = OT_RID; in p_Col_13()
4393 cmd->OutputType = OT_RID | OT_DATAVALUE; in p_Dictionary_oldgetsig_1()