Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
func
NewNullNumeric() Numeric {
119
return
&numeric{iValue: 0, dValue: 0.0, sValue:
""
, isNil: true}
120
}
121
122
func
(p *numeric) Int64() int64 {
123
return
p.iValue
Callers
1
NewNumericFromJSONString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected