Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
372
func
IsPrimitiveType(typ Type) bool {
373
return
!IsContainerType(typ)
374
}
375
376
func
TypeID(typ Type) int {
377
if
named, ok := typ.(*TypeNamed); ok {
Callers
4
expr
Method · 0.92
NewLiteral
Function · 0.92
valueToExpr
Function · 0.92
NewEncoder
Function · 0.92
Calls
1
IsContainerType
Function · 0.85
Tested by
no test coverage detected