Reference documentation and code samples for the Cloud Bigtable Client class Range.
Abstract class representing filter range for Rowkey, ColumnFamily, ColumnQualifier and Value.
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
startUnbounded
startOpen
Parameter
Name
Description
start
string|int
startClosed
Parameter
Name
Description
start
string|int
endUnbounded
endOpen
Parameter
Name
Description
end
string|int
endClosed
Parameter
Name
Description
end
string|int
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