Documentation ¶
Index ¶
- Variables
- type Decimal
- func (*Decimal) Descriptor() ([]byte, []int)deprecated
- func (x *Decimal) GetPrecision() uint32
- func (x *Decimal) GetScale() int32
- func (x *Decimal) GetValue() []byte
- func (*Decimal) ProtoMessage()
- func (x *Decimal) ProtoReflect() protoreflect.Message
- func (x *Decimal) Reset()
- func (x *Decimal) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_schemaregistry_confluent_type_decimal_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Decimal ¶
type Decimal struct { // The two's-complement representation of the unscaled integer value in big-endian byte order Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // The precision Precision uint32 `protobuf:"varint,2,opt,name=precision,proto3" json:"precision,omitempty"` // The scale Scale int32 `protobuf:"varint,3,opt,name=scale,proto3" json:"scale,omitempty"` // contains filtered or unexported fields }
func (*Decimal) Descriptor
deprecated
func (*Decimal) GetPrecision ¶
func (*Decimal) ProtoMessage ¶
func (*Decimal) ProtoMessage()
func (*Decimal) ProtoReflect ¶
func (x *Decimal) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.