Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ ConstValue
Method
ConstValue
csup/int.go:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(i *IntEncoder) ConstValue() super.Value {
93
return
super.NewInt(i.typ, i.vals[0])
94
}
95
96
type
UintEncoder
struct
{
97
typ super.Type
Callers
nothing calls this directly
Calls
1
NewInt
Function · 0.92
Tested by
no test coverage detected