Uses of Class
com.yandex.ydb.table.values.TupleValue
-
Packages that use TupleValue Package Description com.yandex.ydb.table.settings com.yandex.ydb.table.values -
-
Uses of TupleValue in com.yandex.ydb.table.settings
Methods in com.yandex.ydb.table.settings that return TupleValue Modifier and Type Method Description TupleValueReadTableSettings. getFromKey()TupleValueReadTableSettings. getToKey()Methods in com.yandex.ydb.table.settings that return types with arguments of type TupleValue Modifier and Type Method Description List<TupleValue>PartitioningPolicy. getExplicitPartitioningPoints()Methods in com.yandex.ydb.table.settings with parameters of type TupleValue Modifier and Type Method Description PartitioningPolicyPartitioningPolicy. addExplicitPartitioningPoint(TupleValue value)ReadTableSettings.BuilderReadTableSettings.Builder. fromKey(TupleValue value, boolean inclusive)ReadTableSettings.BuilderReadTableSettings.Builder. fromKeyExclusive(TupleValue value)ReadTableSettings.BuilderReadTableSettings.Builder. fromKeyInclusive(TupleValue value)ReadTableSettings.BuilderReadTableSettings.Builder. toKey(TupleValue value, boolean inclusive)ReadTableSettings.BuilderReadTableSettings.Builder. toKeyExclusive(TupleValue value)ReadTableSettings.BuilderReadTableSettings.Builder. toKeyInclusive(TupleValue value)Method parameters in com.yandex.ydb.table.settings with type arguments of type TupleValue Modifier and Type Method Description PartitioningPolicyPartitioningPolicy. setExplicitPartitioningPoints(List<TupleValue> explicitPartitioningPoints) -
Uses of TupleValue in com.yandex.ydb.table.values
Methods in com.yandex.ydb.table.values that return TupleValue Modifier and Type Method Description static TupleValueTupleValue. empty()TupleValueTupleType. newValue(Value item)TupleValueTupleType. newValue(Value a, Value b)TupleValueTupleType. newValue(Value a, Value b, Value c)TupleValueTupleType. newValue(Value a, Value b, Value c, Value d)TupleValueTupleType. newValue(Value a, Value b, Value c, Value d, Value e)TupleValueTupleType. newValue(List<Value> items)TupleValueTupleType. newValueCopy(Value... items)TupleValueTupleType. newValueOwn(Value... items)static TupleValueTupleValue. of(Value item)static TupleValueTupleValue. of(Value a, Value b)static TupleValueTupleValue. of(Value a, Value b, Value c)static TupleValueTupleValue. of(Value a, Value b, Value c, Value d)static TupleValueTupleValue. of(Value a, Value b, Value c, Value d, Value e)static TupleValueTupleValue. of(List<Value> items)static TupleValueTupleValue. ofCopy(Value... items)static TupleValueTupleValue. ofOwn(Value... items)will not clone given array
-