Skip to content

Instantly share code, notes, and snippets.

@chebert
Created July 16, 2012 22:19
Show Gist options
  • Select an option

  • Save chebert/3125459 to your computer and use it in GitHub Desktop.

Select an option

Save chebert/3125459 to your computer and use it in GitHub Desktop.
if (it->Valid()) {
it->Prev();
// blah blah blah
} else if (some other checks maybe?) {
start_key = start_time_key_;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment