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; /**
