MCPcopy 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
173func (u *UintEncoder) ConstValue() super.Value {
174 return super.NewUint(u.typ, u.vals[0])
175}
176
177type Uint32Encoder struct {
178 vals []uint32

Callers

nothing calls this directly

Calls 1

NewUintFunction · 0.92

Tested by

no test coverage detected