mirror of https://github.com/apache/cassandra
nija: fix cqlsh completion for full() collection indexes
This commit is contained in:
parent
f5380de5e0
commit
ad91d41628
|
|
@ -1001,7 +1001,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