Created
July 4, 2013 00:35
-
-
Save sheki/5924033 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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