MCPcopy 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
493func EncodeTypeValue(t Type) scode.Bytes {
494 return AppendTypeValue(nil, t)
495}
496
497func AppendTypeValue(b scode.Bytes, t Type) scode.Bytes {
498 var typedefs map[string]Type

Callers 8

TestDuplicatesFunction · 0.92
buildTypeValueFunction · 0.92
evalMethod · 0.92
CompareValuesFunction · 0.92
GenValueFunction · 0.92
NewTypeValueFunction · 0.85
TranslateTypeMethod · 0.85
LookupTypeValueMethod · 0.85

Calls 1

AppendTypeValueFunction · 0.85

Tested by 1

TestDuplicatesFunction · 0.74