Searched refs:tableMaxTimestamp (Results 1 – 1 of 1) sorted by relevance
1192 auto tableMaxTimestamp = static_cast<Timestamp>(sqlite3_column_int64(getTimeStmt, 0)); in GetCurrentMaxTimestamp() local1193 maxTimestamp = (maxTimestamp > tableMaxTimestamp) ? maxTimestamp : tableMaxTimestamp; in GetCurrentMaxTimestamp()