MCPcopy 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
92func (i *IntEncoder) ConstValue() super.Value {
93 return super.NewInt(i.typ, i.vals[0])
94}
95
96type UintEncoder struct {
97 typ super.Type

Callers

nothing calls this directly

Calls 1

NewIntFunction · 0.92

Tested by

no test coverage detected