Cloud Bigtable Client - Class QualifierRangeFilter (1.23.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'); 

Methods

__construct

Parameter
Name
Description
family
string

The family name to search within.

toProto

Get the proto representation of the filter.

Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: