Class RangeTokenColumnFamilyIterator
Iterates over a column family row-by-row, typically with only a subset of each row's columns.
- phpcassa\Iterator\ColumnFamilyIterator implements Iterator
- phpcassa\Iterator\RangeTokenColumnFamilyIterator
Namespace: phpcassa\Iterator
Package: phpcassa\Iterator
Located at phpcassa/Iterator/RangeTokenColumnFamilyIterator.php
Package: phpcassa\Iterator
Located at phpcassa/Iterator/RangeTokenColumnFamilyIterator.php
public
|
#
__construct( mixed $column_family, mixed $buffer_size, mixed $tokenstart, mixed $tokenfinish, mixed $row_count, mixed $column_parent, mixed $predicate, mixed $read_consistency_level )
|
current(),
key(),
next(),
rewind(),
valid()
|