Cloud Bigtable Client - Class QualifierRangeFilter (1.27.0)

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');

Namespace

Google \ Cloud \ Bigtable \ Filter

Methods

__construct

Parameter
NameDescription
family string

The family name to search within.

toProto

Get the proto representation of the filter.

Returns
TypeDescription
Google\Cloud\Bigtable\V2\RowFilter