mirror of https://github.com/apache/cassandra
Ninja: fix grammar for tuple type in CQL docs
Follow up for CASSANDRA-7527
This commit is contained in:
parent
88e05719b6
commit
6b988fddd0
|
|
@ -923,7 +923,7 @@ bc(syntax)..
|
|||
<collection-type> ::= list '<' <native-type> '>'
|
||||
| set '<' <native-type> '>'
|
||||
| map '<' <native-type> ',' <native-type> '>'
|
||||
<tuple-type> ::= tuple '<' <native-type> (',' <native-type>)* '>'
|
||||
<tuple-type> ::= tuple '<' <type> (',' <type>)* '>'
|
||||
p. Note that the native types are keywords and as such are case-insensitive. They are however not reserved ones.
|
||||
|
||||
p. The following table gives additional informations on the native data types, and on which kind of "constants":#constants each type supports:
|
||||
|
|
|
|||
Loading…
Reference in New Issue