You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/10/14 00:08:29 UTC

svn commit: r1183135 - /cassandra/trunk/doc/cql/CQL.textile

Author: eevans
Date: Thu Oct 13 22:08:28 2011
New Revision: 1183135

URL: http://svn.apache.org/viewvc?rev=1183135&view=rev
Log:
bring term info current w/ recent changes

Patch by eevans; reviewed by jbellis for CASSANDRA-3353

Modified:
    cassandra/trunk/doc/cql/CQL.textile

Modified: cassandra/trunk/doc/cql/CQL.textile
URL: http://svn.apache.org/viewvc/cassandra/trunk/doc/cql/CQL.textile?rev=1183135&r1=1183134&r2=1183135&view=diff
==============================================================================
--- cassandra/trunk/doc/cql/CQL.textile (original)
+++ cassandra/trunk/doc/cql/CQL.textile Thu Oct 13 22:08:28 2011
@@ -368,10 +368,10 @@ How column name/value terms are interpre
 |uuid|The string @now@, to represent a type-1 (time-based) UUID with a date-time component based on the current time|
 |uuid|Numeric value representing milliseconds since epoch|
 |uuid|An "iso8601 timestamp":http://en.wikipedia.org/wiki/8601|
-|int|Integer value capable of fitting in 8 bytes (same as bigint)|
+|int|Integer value capable of fitting in 4 bytes|
 |bigint|Integer value capable of fitting in 8 bytes|
 |varint|Integer value of arbitrary size|
-|bytea|Hex-encoded strings (converted directly to the corresponding bytes)|
+|blob|Hex-encoded strings (converted directly to the corresponding bytes)|
 
 h1. Versioning