Skip to content

Instantly share code, notes, and snippets.

@sheki
Created July 4, 2013 00:35
Show Gist options
  • Select an option

  • Save sheki/5924033 to your computer and use it in GitHub Desktop.

Select an option

Save sheki/5924033 to your computer and use it in GitHub Desktop.
type NormalizedQuery struct {
// sorted list of keys which are looked up by where.
Simple_where_keys list{String}
// sorted list of keys which are looked as where in
Where_in_keys list[String]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment