# Functions
No description provided by the author
No description provided by the author
No description provided by the author
CastTo try cast value to destination type value.
DatetimeValue makes ydb datetime value from seconds since Epoch.
DatetimeValueFromTime makes Datetime value from time.Time
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
DateValue returns ydb date value by given days since Epoch.
DateValueFromTime makes Date value from time.Time
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
No description provided by the author
No description provided by the author
DecimalValue creates decimal value of given types t and value v.
No description provided by the author
No description provided by the author
No description provided by the author
DictFields returns dict values from abstract Value
Deprecated: use DictValues instead.
No description provided by the author
No description provided by the author
DictValues returns dict values from abstract Value.
No description provided by the author
No description provided by the author
Equal checks for type equivalence.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IntervalValue makes Value from given microseconds value
Deprecated: use IntervalValueFromMicroseconds instead.
IntervalValueFromDuration makes Interval value from time.Duration
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
IntervalValueFromMicroseconds makes Value from given microseconds value.
IsOptional checks if type is optional and returns innerType if it is.
No description provided by the author
JSONDocumentValueFromBytes makes JSONDocument value from bytes
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
No description provided by the author
JSONValueFromBytes makes JSON value from bytes
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
No description provided by the author
ListItems returns list items from abstract Value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NullableIntervalValue makes Value which maybe nil or valued
Deprecated: use NullableIntervalValueFromMicroseconds instead.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NullableStringValue
Deprecated: use NullableBytesValue instead.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringValue returns bytes value
Deprecated: use BytesValue instead.
StringValueFromString makes String value from string
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
No description provided by the author
No description provided by the author
StructFields returns struct fields from abstract Value.
No description provided by the author
No description provided by the author
No description provided by the author
TimestampValue makes ydb timestamp value from microseconds since Epoch.
TimestampValueFromTime makes Timestamp value from time.Time
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
ToDecimal returns Decimal struct from abstract Value.
No description provided by the author
TupleItems returns tuple items from abstract Value.
No description provided by the author
TzDatetimeValue makes TzDatetime value from string.
TzDatetimeValueFromTime makes TzDatetime value from time.Time
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
TzDateValue makes TzDate value from string.
TzDateValueFromTime makes TzDate value from time.Time
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
TzTimestampValue makes TzTimestamp value from string.
TzTimestampValueFromTime makes TzTimestamp value from time.Time
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VariantValue returns variant value from abstract Value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WriteTypeStringTo writes ydb type string representation into buffer
Deprecated: use types.Type.Yql() instead.
No description provided by the author
YSONValueFromBytes makes YSON value from bytes
Warning: all *From* helpers will be removed at next major release (functional will be implements with go1.18 type lists).
No description provided by the author
# Constants
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
Primitive types known by YDB.
# Variables
No description provided by the author
# Type aliases
Decimal supported in scanner API.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Type describes YDB data types.
No description provided by the author