Home
last modified time | relevance | path

Searched refs:InnerMoveToHead (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h215 int InnerMoveToHead(const int position, GRD_ResultSet *resultSet, int &currPosition);
H A Drd_single_ver_storage_executor.cpp96 int RdSingleVerStorageExecutor::InnerMoveToHead(const int position, GRD_ResultSet *resultSet, int &… in InnerMoveToHead() function in DistributedDB::RdSingleVerStorageExecutor
139 errCode = InnerMoveToHead(position, resultSet, currPosition); in MoveTo()