Searched refs:trackerColNames_ (Results 1 – 2 of 2) sorted by relevance
26 trackerColNames_ = schema.trackerColNames; in Init()36 return trackerColNames_; in GetTrackerColNames()57 if (trackerColNames_.empty()) { in GetDiffTrackerValSql()62 for (const auto &colName: trackerColNames_) { in GetDiffTrackerValSql()64 if (index < trackerColNames_.size() - 1) { in GetDiffTrackerValSql()75 if (trackerColNames_.empty()) { in GetDiffIncCursorSql()80 for (const auto &colName: trackerColNames_) { in GetDiffIncCursorSql()104 for (const auto &colName: trackerColNames_) { in ToString()241 trackerColNames_ = std::move(trackerNames); in SetTrackerNames()246 return trackerColNames_.empty(); in IsEmpty()[all …]
62 std::set<std::string> trackerColNames_; variable