MCPcopy Create free account
hub / github.com/brimdata/super / IsUnsigned

Function IsUnsigned

type.go:182–184  ·  view source on GitHub ↗

True iff the type id is encoded as a number encoding and is unsigned.

(id int)

Source from the content-addressed store, hash-verified

180
181// True iff the type id is encoded as a number encoding and is unsigned.
182func IsUnsigned(id int) bool {
183 return id <= IDUint256
184}
185
186func LookupPrimitive(name string) Type {
187 switch name {

Callers 15

NewConstFromValueFunction · 0.92
indexArrayOrSetFunction · 0.92
indexRecordFunction · 0.92
evalMethod · 0.92
CallMethod · 0.92
constToNumericFunction · 0.92
castToNumberFunction · 0.92
castStringToNumberFunction · 0.92
compareNumbersFunction · 0.92
EvalMethod · 0.92
EvalMethod · 0.92
EvalMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected