You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/18 03:47:15 UTC

[Cassandra Wiki] Trivial Update of "FileFormatDesignDoc" by StuHood

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "FileFormatDesignDoc" page has been changed by StuHood.
http://wiki.apache.org/cassandra/FileFormatDesignDoc?action=diff&rev1=32&rev2=33

--------------------------------------------------

    */
   enum Order { parent, self } order;
  
-  /** Tuples of size 'arity'. */
+  /** Values stored at this level. */
   array<bytes> values;
-  /** Pairs of tuples of size 'arity'. */
+  /** Ranges (pairs of values) stored at this level. */
   array<bytes> ranges;
  
   /**