Home
last modified time | relevance | path

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

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist.cpp86 m_curIdxRidListHdr.idxRidListSize.type = LIST_SIZE_TYPE; in addIndexListHdr()
87 m_curIdxRidListHdr.idxRidListSize.spare = 0x0; in addIndexListHdr()
88 m_curIdxRidListHdr.idxRidListSize.size = 1; in addIndexListHdr()
278 m_curIdxRidListHdr.idxRidListSize.size--; in deleteIndexList()
315 m_curIdxRidListHdr.idxRidListSize.size--; in deleteIndexList()
H A Dwe_indexlist_update_hdr_sub.cpp54 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrSub()
77 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrSub()
107 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrSub()
284 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrCount()
H A Dqindex.cpp596 if (idxKeyInfo.hdrRec.idxRidListSize.size != idxKeyInfo.recCnt) in qaSupVerifyIndexByKey()
598 …cnt mismatch: In Hdr : %d In SB: %d\n", idxKeyInfo.hdrRec.idxRidListSize.size, idxKeyIn… in qaSupVerifyIndexByKey()
605 …list pointer: Ptr type: %d SB Cnt: %d\n", idxKeyInfo.hdrRec.idxRidListSize.size, idxKeyIn… in qaSupVerifyIndexByKey()
613 if (idxKeyInfo.hdrRec.idxRidListSize.size != expRowIDCnt) in qaSupVerifyIndexByKey()
615 …match: Expected: %d Returned: %d\n", expRowIDCnt, idxKeyInfo.hdrRec.idxRidListSize.size); in qaSupVerifyIndexByKey()
806 printf("Hdr Record Count: %d\n", idxKeyInfo.hdrRec.idxRidListSize.size ); in qaDspIndexListStatsByKey()
822 if (idxKeyInfo.hdrRec.idxRidListSize.size == idxKeyInfo.recCnt) in qaDspIndexListStatsByKey()
1057 printf("Size: %d\n", (int)indexListHdrRec.idxRidListSize.size); in qaSupWalkIndexList()
H A Dwe_indexlist_find_delete.cpp153 m_curIdxRidListHdr.idxRidListSize.size--; in deleteInSub()
383 m_curIdxRidListHdr.idxRidListSize.size--; in deleteInBlock()
607 if (m_curIdxRidListHdr.idxRidListSize.size == 0) in getRIDArrayFromListHdr()
764 if (m_curIdxRidListHdr.idxRidListSize.size == 0) in getRIDArrayFromListHdrNarray()
912 os << rhs.m_curIdxRidListHdr.idxRidListSize.size << "\t" in operator <<()
H A Dwe_indexlist_multiple_narray.cpp196 m_curIdxRidListHdr.idxRidListSize.size++; in addRidList()
501 m_curIdxRidListHdr.idxRidListSize.size++; in updateIndexList()
H A Dtindex.cpp3314 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == 1 ); in testIndexListUpdate()
3448 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == 0 ); in testIndexListDelete()
3449 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
3485 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == 1 ); in testIndexListDelete()
3486 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
3520 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == (uint64_t)k ); in testIndexListDelete()
3521 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
3591 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == (uint64_t)k ); in testIndexListDelete()
3592 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
4161 arraySize = newIdxRidListHdr.idxRidListSize.size; in testIndexListMultipleUpdate()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist.cpp86 m_curIdxRidListHdr.idxRidListSize.type = LIST_SIZE_TYPE; in addIndexListHdr()
87 m_curIdxRidListHdr.idxRidListSize.spare = 0x0; in addIndexListHdr()
88 m_curIdxRidListHdr.idxRidListSize.size = 1; in addIndexListHdr()
278 m_curIdxRidListHdr.idxRidListSize.size--; in deleteIndexList()
315 m_curIdxRidListHdr.idxRidListSize.size--; in deleteIndexList()
H A Dwe_indexlist_update_hdr_sub.cpp54 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrSub()
77 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrSub()
107 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrSub()
284 m_curIdxRidListHdr.idxRidListSize.size++; in updateHdrCount()
H A Dqindex.cpp596 if (idxKeyInfo.hdrRec.idxRidListSize.size != idxKeyInfo.recCnt) in qaSupVerifyIndexByKey()
598 …cnt mismatch: In Hdr : %d In SB: %d\n", idxKeyInfo.hdrRec.idxRidListSize.size, idxKeyIn… in qaSupVerifyIndexByKey()
605 …list pointer: Ptr type: %d SB Cnt: %d\n", idxKeyInfo.hdrRec.idxRidListSize.size, idxKeyIn… in qaSupVerifyIndexByKey()
613 if (idxKeyInfo.hdrRec.idxRidListSize.size != expRowIDCnt) in qaSupVerifyIndexByKey()
615 …match: Expected: %d Returned: %d\n", expRowIDCnt, idxKeyInfo.hdrRec.idxRidListSize.size); in qaSupVerifyIndexByKey()
806 printf("Hdr Record Count: %d\n", idxKeyInfo.hdrRec.idxRidListSize.size ); in qaDspIndexListStatsByKey()
822 if (idxKeyInfo.hdrRec.idxRidListSize.size == idxKeyInfo.recCnt) in qaDspIndexListStatsByKey()
1057 printf("Size: %d\n", (int)indexListHdrRec.idxRidListSize.size); in qaSupWalkIndexList()
H A Dwe_indexlist_find_delete.cpp153 m_curIdxRidListHdr.idxRidListSize.size--; in deleteInSub()
383 m_curIdxRidListHdr.idxRidListSize.size--; in deleteInBlock()
607 if (m_curIdxRidListHdr.idxRidListSize.size == 0) in getRIDArrayFromListHdr()
764 if (m_curIdxRidListHdr.idxRidListSize.size == 0) in getRIDArrayFromListHdrNarray()
912 os << rhs.m_curIdxRidListHdr.idxRidListSize.size << "\t" in operator <<()
H A Dwe_indexlist_multiple_narray.cpp196 m_curIdxRidListHdr.idxRidListSize.size++; in addRidList()
501 m_curIdxRidListHdr.idxRidListSize.size++; in updateIndexList()
H A Dtindex.cpp3314 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == 1 ); in testIndexListUpdate()
3448 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == 0 ); in testIndexListDelete()
3449 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
3485 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == 1 ); in testIndexListDelete()
3486 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
3520 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == (uint64_t)k ); in testIndexListDelete()
3521 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
3591 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.size == (uint64_t)k ); in testIndexListDelete()
3592 CPPUNIT_ASSERT( newIdxRidListHdr.idxRidListSize.type == 0 ); in testIndexListDelete()
4161 arraySize = newIdxRidListHdr.idxRidListSize.size; in testIndexListMultipleUpdate()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_index.h332 IdxRidListHdrSize idxRidListSize; member
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_index.h332 IdxRidListHdrSize idxRidListSize; member