Home
last modified time | relevance | path

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

/src/contrib/kyua/store/
H A Dmetadata.cpp77 store::metadata::metadata(const int schema_version_, const int64_t timestamp_) : in metadata() argument
79 _timestamp(timestamp_) in metadata()
126 const int64_t timestamp_ = int64_column(stmt, "timestamp"); in fetch_latest() local
132 return metadata(schema_version_, timestamp_); in fetch_latest()