Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ EncodeTypeValue
Function
EncodeTypeValue
type.go:493–495 ·
view source on GitHub ↗
(t Type)
Source
from the content-addressed store, hash-verified
491
}
492
493
func
EncodeTypeValue(t Type) scode.Bytes {
494
return
AppendTypeValue(nil, t)
495
}
496
497
func
AppendTypeValue(b scode.Bytes, t Type) scode.Bytes {
498
var
typedefs
map
[string]Type
Callers
8
TestDuplicates
Function · 0.92
buildTypeValue
Function · 0.92
eval
Method · 0.92
CompareValues
Function · 0.92
GenValue
Function · 0.92
NewTypeValue
Function · 0.85
TranslateType
Method · 0.85
LookupTypeValue
Method · 0.85
Calls
1
AppendTypeValue
Function · 0.85
Tested by
1
TestDuplicates
Function · 0.74