Cloud Bigtable Client - Class Range (1.31.0)

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

Abstract class representing filter range for Rowkey, ColumnFamily, ColumnQualifier and Value.

Namespace

Google \ Cloud \ Bigtable \ Filter \ Builder

Methods

__construct

Parameters
Name Description
startBound int
start string|int
endBound int
end string|int

of

Parameters
Name Description
startClosed string|int
endOpen string|int
Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

startUnbounded

Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

startOpen

Parameter
Name Description
start string|int
Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

startClosed

Parameter
Name Description
start string|int
Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

endUnbounded

Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

endOpen

Parameter
Name Description
end string|int
Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

endClosed

Parameter
Name Description
end string|int
Returns
Type Description
Google\Cloud\Bigtable\Filter\Builder\Range

getStartBound

Returns
Type Description
int

getStart

Returns
Type Description
string|int|null

getEndBound

Returns
Type Description
int

getEnd

Returns
Type Description
string|int|null

Constants

BOUND_TYPE_UNBOUNDED

Value: 0

BOUND_TYPE_OPEN

Value: 1

BOUND_TYPE_CLOSED

Value: 2