Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ ConstValue
Method
ConstValue
csup/int.go:173–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(u *UintEncoder) ConstValue() super.Value {
174
return
super.NewUint(u.typ, u.vals[0])
175
}
176
177
type
Uint32Encoder
struct
{
178
vals []uint32
Callers
nothing calls this directly
Calls
1
NewUint
Function · 0.92
Tested by
no test coverage detected