Internal Type | CQL Name | Description |
---|---|---|
BytesType | blob | Arbitrary hexadecimal bytes (no validation) |
AsciiType | ascii | US-ASCII character string |
UTF8Type | text, varchar | UTF-8 encoded string |
IntegerType | varint | Arbitrary-precision integer |
LongType | int, bigint | 8-byte long |
UUIDType | uuid | Type 1 or type 4 UUID |
DateType | timestamp | Date plus time, encoded as 8 bytes since epoch |
BooleanType | boolean | true or false |
FloatType | float | 4-byte floating point |
DoubleType | double | 8-byte floating point |
DecimalType | decimal | Variable-precision decimal |
CounterColumnType | counter | Distributed counter value (8-byte long) |
Monday, December 31, 2012
Cassandra Data Types
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment