Searched refs:leftRows (Results 1 – 1 of 1) sorted by relevance
827 int64_t leftRows = RECORD_MAX_DATA_NUM - currentRows; in AddInterceptRecord() local828 if (leftRows < size) { in AddInterceptRecord()832 … std::vector<std::string> whereArgs = { std::to_string(userId), std::to_string(size - leftRows) }; in AddInterceptRecord()