public interface KeySetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAll()
public abstract boolean getAll()
For convenience "all" can be set to "true" to indicate that this "KeySet" matches all keys in the table or index. Note that any keys specified in "keys" or "ranges" are only yielded once.
bool all = 3;
Returns | |
---|---|
Type | Description |
boolean | The all. |
getPoint(int index)
public abstract ValueList getPoint(int index)
A list of specific keys. Entries in "keys" should have exactly as many elements as there are columns in the primary or index key with which this "KeySet" is used.
repeated .google.spanner.executor.v1.ValueList point = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ValueList |
getPointCount()
public abstract int getPointCount()
A list of specific keys. Entries in "keys" should have exactly as many elements as there are columns in the primary or index key with which this "KeySet" is used.
repeated .google.spanner.executor.v1.ValueList point = 1;
Returns | |
---|---|
Type | Description |
int |
getPointList()
public abstract List<ValueList> getPointList()
A list of specific keys. Entries in "keys" should have exactly as many elements as there are columns in the primary or index key with which this "KeySet" is used.
repeated .google.spanner.executor.v1.ValueList point = 1;
Returns | |
---|---|
Type | Description |
List<ValueList> |
getPointOrBuilder(int index)
public abstract ValueListOrBuilder getPointOrBuilder(int index)
A list of specific keys. Entries in "keys" should have exactly as many elements as there are columns in the primary or index key with which this "KeySet" is used.
repeated .google.spanner.executor.v1.ValueList point = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ValueListOrBuilder |
getPointOrBuilderList()
public abstract List<? extends ValueListOrBuilder> getPointOrBuilderList()
A list of specific keys. Entries in "keys" should have exactly as many elements as there are columns in the primary or index key with which this "KeySet" is used.
repeated .google.spanner.executor.v1.ValueList point = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.spanner.executor.v1.ValueListOrBuilder> |
getRange(int index)
public abstract KeyRange getRange(int index)
A list of key ranges.
repeated .google.spanner.executor.v1.KeyRange range = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
KeyRange |
getRangeCount()
public abstract int getRangeCount()
A list of key ranges.
repeated .google.spanner.executor.v1.KeyRange range = 2;
Returns | |
---|---|
Type | Description |
int |
getRangeList()
public abstract List<KeyRange> getRangeList()
A list of key ranges.
repeated .google.spanner.executor.v1.KeyRange range = 2;
Returns | |
---|---|
Type | Description |
List<KeyRange> |
getRangeOrBuilder(int index)
public abstract KeyRangeOrBuilder getRangeOrBuilder(int index)
A list of key ranges.
repeated .google.spanner.executor.v1.KeyRange range = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
KeyRangeOrBuilder |
getRangeOrBuilderList()
public abstract List<? extends KeyRangeOrBuilder> getRangeOrBuilderList()
A list of key ranges.
repeated .google.spanner.executor.v1.KeyRange range = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.spanner.executor.v1.KeyRangeOrBuilder> |