Home
last modified time | relevance | path

Searched defs:numeric (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/go/thrift/
Dnumeric.go39 type numeric struct { struct
40 iValue int64
41 dValue float64
42 sValue string
43 isNil bool
122 func (p *numeric) Int64() int64 {
126 func (p *numeric) Int32() int32 {
130 func (p *numeric) Int16() int16 {
134 func (p *numeric) Byte() byte {
138 func (p *numeric) Int() int {
[all …]