mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
07ea172d6e
|
|
@ -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