Class IndexedColumnFamilyIterator
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\IndexedColumnFamilyIterator
Namespace: phpcassa\Iterator
Package: phpcassa\Iterator
Located at phpcassa/Iterator/IndexedColumnFamilyIterator.php
Package: phpcassa\Iterator
Located at phpcassa/Iterator/IndexedColumnFamilyIterator.php
public
|
#
__construct( mixed $column_family, mixed $index_clause, mixed $buffer_size, mixed $column_parent, mixed $predicate, mixed $read_consistency_level )
|
current(),
key(),
next(),
rewind(),
valid()
|