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 wadearnold: http://wiki.apache.org/cassandra/ClientExamples ------------------------------------------------------------------------------ $columnParent->column_family = "base_attributes"; $columnParent->super_column = null; - // Start less than zero gets all results + - $start = -1; + $start = ''; - // Specify a range that you want to get from. -1 ignores the range. - $end = -1; + $end = ''; // Controls the sorting of the results. Booleand value $is_ascending = true; // Count is used like an SQL limit for creating page-able results.
