Uses of Class
com.yandex.ydb.table.values.ListValue
-
Packages that use ListValue Package Description com.yandex.ydb.table com.yandex.ydb.table.values -
-
Uses of ListValue in com.yandex.ydb.table
Methods in com.yandex.ydb.table with parameters of type ListValue Modifier and Type Method Description CompletableFuture<Status>Session. executeBulkUpsert(String tablePath, ListValue rows, BulkUpsertSettings settings) -
Uses of ListValue in com.yandex.ydb.table.values
Methods in com.yandex.ydb.table.values that return ListValue Modifier and Type Method Description default ListValueValue. asList()static ListValueListValue. empty(Type type)ListValueListType. emptyValue()ListValueListType. newValue(List<Value> items)ListValueListType. newValueCopy(Value[] items)ListValueListType. newValueOwn(Value... items)static ListValueListValue. of(Value item)static ListValueListValue. of(Value... items)static ListValueListValue. of(Value a, Value b)static ListValueListValue. of(Value a, Value b, Value c)static ListValueListValue. of(Value a, Value b, Value c, Value d)static ListValueListValue. of(Value a, Value b, Value c, Value d, Value e)
-