CQL Type | Constants supported | Description |
ascii | strings | US-ASCII character string |
bigint | integers | 64-bit signed long |
blob | blobs | Arbitrary bytes (no validation), ... |
boolean | booleans | true or false |
Data Type | Constants | Description |
ascii | strings | ASCII is a data type that includes ... |
Boolean | booleans | BOOLEAN is used for variables that have ... |
blob | blobs | BLOB is short for “Binary Large Object” ... |
decimal | integers, floats | DECIMAL data types are convenient for ... |