Cloud Bigtable Client - Class ValueRangeFilter (1.21.1)

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