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=10&rev2=11 -------------------------------------------------- int arity; /** - * The ordering of values in the chunk: child ordered chunks are stored in sorted order, while + * The ordering of values in the chunk: "self"-ordered chunks are stored in sorted order, while - * parent ordered chunks assume the ordering of the previous chunk. + * "parent"-ordered chunks assume the ordering of the previous chunk. */ - enum Order { parent, child } order; + enum Order { parent, self } order; /** Tuples of size 'arity'. */ array<bytes> values;
