Uses of Class
com.yandex.ydb.table.values.DictValue
-
Packages that use DictValue Package Description com.yandex.ydb.table.values -
-
Uses of DictValue in com.yandex.ydb.table.values
Methods in com.yandex.ydb.table.values that return DictValue Modifier and Type Method Description default DictValueValue. asDict()DictValueDictType. emptyValue()DictValueDictType. newValueCopy(Map<Value,Value> items)DictValueDictType. newValueOwn(Map<Value,Value> items)static DictValueDictValue. of(Value key, Value value)
-