Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by Chris Goffinet: http://wiki.apache.org/cassandra/ThriftInterface ------------------------------------------------------------------------------ == get_slice == - Not quite sure what's going on here, but clearly selects a set of columns from a specific column family. If you set `start` to a value less than 0, you get all of the columns, no matter what value you give `count`. If you set `start` to a value of zero or greater, setting `count` to `i` will return the first `i` columns. Returns a list of dicts, with the dicts containing `{columnName, value, timestamp}`. + If you set `start` to a value less than 0, you get all of the columns, no matter what value you give `count`. If you set `start` to a value of zero or greater, setting `count` to `i` will return the first `i` columns. Returns a list of dicts, with the dicts containing `{columnName, value, timestamp}`. Some examples on our table:
