nija: fix cqlsh completion for full() collection indexes

This commit is contained in:
Tyler Hobbs 2015-02-10 13:20:51 -06:00
parent f5380de5e0
commit ad91d41628
1 changed files with 1 additions and 1 deletions

View File

@ -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> )? )?
;