Class Filters.ValueRangeFilter

java.lang.Object
com.google.cloud.bigtable.data.v2.models.Range<com.google.protobuf.ByteString,R>
com.google.cloud.bigtable.data.v2.models.Filters.ValueRangeFilter
All Implemented Interfaces:
Filters.Filter, Serializable, Cloneable
Enclosing class:
Filters

public static final class Filters.ValueRangeFilter extends Range<com.google.protobuf.ByteString,R> implements Filters.Filter
Matches only cells with values that fall within the given value range.
See Also: