Cloud Bigtable Client - Class ValueRangeFilter (1.23.0)

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

Matches only cells with values that fall within the given value range.

Example:

use Google\Cloud\Bigtable\Filter;

$rangeFilter = Filter::value()
    ->range();

Methods

toProto

Get the proto representation of the filter.

Returns
TypeDescription
Google\Cloud\Bigtable\V2\RowFilter