| Package | Description |
|---|---|
| tech.ydb.table.settings | |
| tech.ydb.table.values |
| Modifier and Type | Method and Description |
|---|---|
TupleValue |
ReadTableSettings.getFromKey() |
TupleValue |
ReadTableSettings.getToKey() |
| Modifier and Type | Method and Description |
|---|---|
List<TupleValue> |
PartitioningPolicy.getExplicitPartitioningPoints() |
| Modifier and Type | Method and Description |
|---|---|
PartitioningPolicy |
PartitioningPolicy.addExplicitPartitioningPoint(TupleValue value) |
ReadTableSettings.Builder |
ReadTableSettings.Builder.fromKey(TupleValue value,
boolean inclusive) |
ReadTableSettings.Builder |
ReadTableSettings.Builder.fromKeyExclusive(TupleValue value) |
ReadTableSettings.Builder |
ReadTableSettings.Builder.fromKeyInclusive(TupleValue value) |
ReadTableSettings.Builder |
ReadTableSettings.Builder.toKey(TupleValue value,
boolean inclusive) |
ReadTableSettings.Builder |
ReadTableSettings.Builder.toKeyExclusive(TupleValue value) |
ReadTableSettings.Builder |
ReadTableSettings.Builder.toKeyInclusive(TupleValue value) |
| Modifier and Type | Method and Description |
|---|---|
PartitioningPolicy |
PartitioningPolicy.setExplicitPartitioningPoints(List<TupleValue> explicitPartitioningPoints) |
| Modifier and Type | Method and Description |
|---|---|
static TupleValue |
TupleValue.empty() |
TupleValue |
TupleType.newValue(List<Value<?>> items) |
TupleValue |
TupleType.newValue(Value<?> item) |
TupleValue |
TupleType.newValue(Value<?> a,
Value<?> b) |
TupleValue |
TupleType.newValue(Value<?> a,
Value<?> b,
Value<?> c) |
TupleValue |
TupleType.newValue(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d) |
TupleValue |
TupleType.newValue(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d,
Value<?> e) |
TupleValue |
TupleType.newValueCopy(Value<?>... items) |
TupleValue |
TupleType.newValueOwn(Value<?>... items) |
static TupleValue |
TupleValue.of(List<Value<?>> items) |
static TupleValue |
TupleValue.of(Value<?> item) |
static TupleValue |
TupleValue.of(Value<?> a,
Value<?> b) |
static TupleValue |
TupleValue.of(Value<?> a,
Value<?> b,
Value<?> c) |
static TupleValue |
TupleValue.of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d) |
static TupleValue |
TupleValue.of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d,
Value<?> e) |
static TupleValue |
TupleValue.ofCopy(Value<?>... items) |
static TupleValue |
TupleValue.ofOwn(Value<?>... items)
will not clone given array
|
Copyright © 2023. All rights reserved.