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

Function IsPrimitiveType

type.go:372–374  ·  view source on GitHub ↗
(typ Type)

Source from the content-addressed store, hash-verified

370}
371
372func IsPrimitiveType(typ Type) bool {
373 return !IsContainerType(typ)
374}
375
376func TypeID(typ Type) int {
377 if named, ok := typ.(*TypeNamed); ok {

Callers 4

exprMethod · 0.92
NewLiteralFunction · 0.92
valueToExprFunction · 0.92
NewEncoderFunction · 0.92

Calls 1

IsContainerTypeFunction · 0.85

Tested by

no test coverage detected