MCPcopy Create free account
hub / github.com/apache/thrift / NewNullNumeric

Function NewNullNumeric

lib/go/thrift/numeric.go:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func NewNullNumeric() Numeric {
119 return &numeric{iValue: 0, dValue: 0.0, sValue: "", isNil: true}
120}
121
122func (p *numeric) Int64() int64 {
123 return p.iValue

Callers 1

NewNumericFromJSONStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected