Skip to content

Commit

Permalink
parser: parse 'partition by linear hash' and ignore it (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao authored Mar 18, 2019
1 parent 3f6280b commit eabcaf3
Show file tree
Hide file tree
Showing 4 changed files with 3,809 additions and 3,767 deletions.
1 change: 1 addition & 0 deletions misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ var tokenMap = map[string]int{
"LIKE": like,
"LIMIT": limit,
"LINES": lines,
"LINEAR": linear,
"LOAD": load,
"LOCAL": local,
"LOCALTIME": localTime,
Expand Down
Loading

0 comments on commit eabcaf3

Please sign in to comment.