mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
187624b114
|
|
@ -1013,7 +1013,7 @@ syntax_rules += r'''
|
|||
cf=<columnFamilyName> "(" (
|
||||
col=<cident> |
|
||||
"keys(" col=<cident> ")" |
|
||||
"fullCollection(" col=<cident> ")"
|
||||
"full(" col=<cident> ")"
|
||||
) ")"
|
||||
( "USING" <stringLiteral> ( "WITH" "OPTIONS" "=" <mapLiteral> )? )?
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in New Issue