/
githubmirror
/
ydb-go-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-go-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
table/types/value.go
650 строк
37 KB
Aleksey Myasnikov
* Added public package `github.com/ydb-platform/ydb-go-sdk/v3/types` and marked as deprecated all public API in `github.com/ydb-platform/ydb-go-sdk/v3/table/types` as deprecated (#2217)
30 июн 2026, 13:52
Не верифицирован
30 июн 2026, 13:52
419b93a
Код
Авторство
О чём код?
package types import ( internalvalue "github.com/ydb-platform/ydb-go-sdk/v3/internal/value" roottypes "github.com/ydb-platform/ydb-go-sdk/v3/types" ) // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated type Value = roottypes.Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.UUIDBytesWithIssue1501Type instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated type UUIDBytesWithIssue1501Type = roottypes.UUIDBytesWithIssue1501Type // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Decimal instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated type Decimal = roottypes.Decimal type structValueFields struct { fields []internalvalue.StructValueField } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.StructValueOption instead. // StructValueOption is not a type alias to types.StructValueOption; migrate StructFieldValue and StructValue together. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated type StructValueOption func(*structValueFields) type dictValueFields struct { fields []internalvalue.DictValueField } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DictValueOption instead. // DictValueOption is not a type alias to types.DictValueOption; migrate DictFieldValue and DictValue together. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated type DictValueOption func(*dictValueFields) // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.BoolValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var BoolValue = roottypes.BoolValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Int8Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Int8Value = roottypes.Int8Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Uint8Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Uint8Value = roottypes.Uint8Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Int16Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Int16Value = roottypes.Int16Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Uint16Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Uint16Value = roottypes.Uint16Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Int32Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Int32Value = roottypes.Int32Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Uint32Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Uint32Value = roottypes.Uint32Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Int64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Int64Value = roottypes.Int64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Uint64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Uint64Value = roottypes.Uint64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.FloatValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var FloatValue = roottypes.FloatValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DoubleValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DoubleValue = roottypes.DoubleValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DateValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DateValue = roottypes.DateValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Date32Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Date32Value = roottypes.Date32Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DatetimeValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DatetimeValue = roottypes.DatetimeValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Datetime64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Datetime64Value = roottypes.Datetime64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TimestampValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TimestampValue = roottypes.TimestampValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Timestamp64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Timestamp64Value = roottypes.Timestamp64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.IntervalValueFromMicroseconds instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var IntervalValueFromMicroseconds = roottypes.IntervalValueFromMicroseconds // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.IntervalValueFromMicroseconds instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func IntervalValue(v int64) Value { return internalvalue.IntervalValue(v) } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Interval64ValueFromNanoseconds instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Interval64ValueFromNanoseconds = roottypes.Interval64ValueFromNanoseconds // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TzDateValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TzDateValue = roottypes.TzDateValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TzDatetimeValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TzDatetimeValue = roottypes.TzDatetimeValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TzTimestampValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TzTimestampValue = roottypes.TzTimestampValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DateValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DateValueFromTime = roottypes.DateValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DatetimeValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DatetimeValueFromTime = roottypes.DatetimeValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TimestampValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TimestampValueFromTime = roottypes.TimestampValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.IntervalValueFromDuration instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var IntervalValueFromDuration = roottypes.IntervalValueFromDuration // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TzDateValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TzDateValueFromTime = roottypes.TzDateValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TzDatetimeValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TzDatetimeValueFromTime = roottypes.TzDatetimeValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TzTimestampValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TzTimestampValueFromTime = roottypes.TzTimestampValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.BytesValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func StringValue(v []byte) Value { return internalvalue.BytesValue(v) } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.BytesValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var BytesValue = roottypes.BytesValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.BytesValueFromString instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var BytesValueFromString = roottypes.BytesValueFromString // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.StringValueFromString instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var StringValueFromString = roottypes.StringValueFromString // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.UTF8Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var UTF8Value = roottypes.UTF8Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TextValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TextValue = roottypes.TextValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.YSONValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var YSONValue = roottypes.YSONValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.YSONValueFromBytes instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var YSONValueFromBytes = roottypes.YSONValueFromBytes // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.JSONValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var JSONValue = roottypes.JSONValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.JSONValueFromBytes instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var JSONValueFromBytes = roottypes.JSONValueFromBytes // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NewUUIDBytesWithIssue1501 instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NewUUIDBytesWithIssue1501 = roottypes.NewUUIDBytesWithIssue1501 // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.UUIDWithIssue1501Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var UUIDWithIssue1501Value = roottypes.UUIDWithIssue1501Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.UuidValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var UuidValue = roottypes.UuidValue //nolint:revive // backward compatibility re-export // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.JSONDocumentValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var JSONDocumentValue = roottypes.JSONDocumentValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.JSONDocumentValueFromBytes instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var JSONDocumentValueFromBytes = roottypes.JSONDocumentValueFromBytes // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DyNumberValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DyNumberValue = roottypes.DyNumberValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.VoidValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var VoidValue = roottypes.VoidValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullValue = roottypes.NullValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.ZeroValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var ZeroValue = roottypes.ZeroValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.OptionalValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var OptionalValue = roottypes.OptionalValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DecimalValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DecimalValue = roottypes.DecimalValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DecimalValueFromBigInt instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DecimalValueFromBigInt = roottypes.DecimalValueFromBigInt // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DecimalValueFromString instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var DecimalValueFromString = roottypes.DecimalValueFromString // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.TupleValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var TupleValue = roottypes.TupleValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.ListValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var ListValue = roottypes.ListValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.SetValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var SetValue = roottypes.SetValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.StructFieldValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func StructFieldValue(name string, v Value) StructValueOption { return func(t *structValueFields) { t.fields = append(t.fields, internalvalue.StructValueField{Name: name, V: v}) } } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.StructValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func StructValue(opts ...StructValueOption) Value { var p structValueFields for _, opt := range opts { if opt != nil { opt(&p) } } return internalvalue.StructValue(p.fields...) } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DictFieldValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func DictFieldValue(k, v Value) DictValueOption { return func(t *dictValueFields) { t.fields = append(t.fields, internalvalue.DictValueField{K: k, V: v}) } } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.DictValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func DictValue(opts ...DictValueOption) Value { var p dictValueFields for _, opt := range opts { if opt != nil { opt(&p) } } return internalvalue.DictValue(p.fields...) } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.VariantValueStruct instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var VariantValueStruct = roottypes.VariantValueStruct // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.VariantValueTuple instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var VariantValueTuple = roottypes.VariantValueTuple // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableBoolValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableBoolValue = roottypes.NullableBoolValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableInt8Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableInt8Value = roottypes.NullableInt8Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableInt16Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableInt16Value = roottypes.NullableInt16Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableInt32Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableInt32Value = roottypes.NullableInt32Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableInt64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableInt64Value = roottypes.NullableInt64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUint8Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUint8Value = roottypes.NullableUint8Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUint16Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUint16Value = roottypes.NullableUint16Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUint32Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUint32Value = roottypes.NullableUint32Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUint64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUint64Value = roottypes.NullableUint64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableFloatValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableFloatValue = roottypes.NullableFloatValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDoubleValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDoubleValue = roottypes.NullableDoubleValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDateValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDateValue = roottypes.NullableDateValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDateValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDateValueFromTime = roottypes.NullableDateValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDate32Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDate32Value = roottypes.NullableDate32Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDate32ValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDate32ValueFromTime = roottypes.NullableDate32ValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDecimalValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDecimalValue = roottypes.NullableDecimalValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDecimalValueFromBigInt instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDecimalValueFromBigInt = roottypes.NullableDecimalValueFromBigInt // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDatetimeValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDatetimeValue = roottypes.NullableDatetimeValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDatetimeValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDatetimeValueFromTime = roottypes.NullableDatetimeValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDatetime64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDatetime64Value = roottypes.NullableDatetime64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDatetime64ValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDatetime64ValueFromTime = roottypes.NullableDatetime64ValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTzDateValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTzDateValue = roottypes.NullableTzDateValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTzDateValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTzDateValueFromTime = roottypes.NullableTzDateValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTzDatetimeValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTzDatetimeValue = roottypes.NullableTzDatetimeValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTzDatetimeValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTzDatetimeValueFromTime = roottypes.NullableTzDatetimeValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTimestampValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTimestampValue = roottypes.NullableTimestampValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTimestampValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTimestampValueFromTime = roottypes.NullableTimestampValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTimestamp64Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTimestamp64Value = roottypes.NullableTimestamp64Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTimestamp64ValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTimestamp64ValueFromTime = roottypes.NullableTimestamp64ValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTzTimestampValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTzTimestampValue = roottypes.NullableTzTimestampValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTzTimestampValueFromTime instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTzTimestampValueFromTime = roottypes.NullableTzTimestampValueFromTime // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableIntervalValueFromMicroseconds instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func NullableIntervalValue(v *int64) Value { return internalvalue.NullableIntervalValueFromMicroseconds(v) } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableIntervalValueFromMicroseconds instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableIntervalValueFromMicroseconds = roottypes.NullableIntervalValueFromMicroseconds // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableIntervalValueFromDuration instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableIntervalValueFromDuration = roottypes.NullableIntervalValueFromDuration // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableInterval64ValueFromNanoseconds instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableInterval64ValueFromNanoseconds = roottypes.NullableInterval64ValueFromNanoseconds // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableInterval64ValueFromDuration instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableInterval64ValueFromDuration = roottypes.NullableInterval64ValueFromDuration // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableBytesValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated func NullableStringValue(v *[]byte) Value { return internalvalue.NullableBytesValue(v) } // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableBytesValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableBytesValue = roottypes.NullableBytesValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableStringValueFromString instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableStringValueFromString = roottypes.NullableStringValueFromString // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableBytesValueFromString instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableBytesValueFromString = roottypes.NullableBytesValueFromString // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUTF8Value instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUTF8Value = roottypes.NullableUTF8Value // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableTextValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableTextValue = roottypes.NullableTextValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableYSONValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableYSONValue = roottypes.NullableYSONValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableYSONValueFromBytes instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableYSONValueFromBytes = roottypes.NullableYSONValueFromBytes // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableJSONValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableJSONValue = roottypes.NullableJSONValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableJSONValueFromBytes instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableJSONValueFromBytes = roottypes.NullableJSONValueFromBytes // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUUIDValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUUIDValue = roottypes.NullableUUIDValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUUIDValueWithIssue1501 instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUUIDValueWithIssue1501 = roottypes.NullableUUIDValueWithIssue1501 // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableUUIDTypedValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableUUIDTypedValue = roottypes.NullableUUIDTypedValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableJSONDocumentValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableJSONDocumentValue = roottypes.NullableJSONDocumentValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableJSONDocumentValueFromBytes instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableJSONDocumentValueFromBytes = roottypes.NullableJSONDocumentValueFromBytes // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.NullableDyNumberValue instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var NullableDyNumberValue = roottypes.NullableDyNumberValue // Deprecated: use github.com/ydb-platform/ydb-go-sdk/v3/types.Nullable instead. // Will be removed at next major release. // Read about versioning policy: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#deprecated var Nullable = roottypes.Nullable