mirror of https://github.com/apache/cassandra
s/value value/valid value/. patch by Manish Singh; reviewed by jbellis for CASSANDRA-1085
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@945184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f27e98f0e
commit
fcdfd186d7
|
|
@ -198,7 +198,7 @@ struct ColumnPath {
|
|||
must a valid value under the rules of the Comparator defined for the given ColumnFamily.
|
||||
@param finish. The column name to stop the slice at. This attribute is not required, though there is no default value,
|
||||
and can be safely set to an empty byte array to not stop until 'count' results are seen. Otherwise, it
|
||||
must also be a value value to the ColumnFamily Comparator.
|
||||
must also be a valid value to the ColumnFamily Comparator.
|
||||
@param reversed. Whether the results should be ordered in reversed order. Similar to ORDER BY blah DESC in SQL.
|
||||
@param count. How many keys to return. Similar to LIMIT 100 in SQL. May be arbitrarily large, but Thrift will
|
||||
materialize the whole result into memory before returning it to the client, so be aware that you may
|
||||
|
|
|
|||
Loading…
Reference in New Issue