Cloud Bigtable Client - Class QualifierRangeFilter (1.21.1)

Reference documentation and code samples for the Cloud Bigtable Client class QualifierRangeFilter.

Matches only cells from columns within the given range.

Example:

use Google\Cloud\Bigtable\Filter;

$rangeFilter = Filter::qualifier()
    ->rangeWithinFamily('cf1');

Methods

__construct

Parameter
NameDescription
family string

The family name to search within.