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

Method ConvertValue

sup/analyzer.go:114–116  ·  view source on GitHub ↗
(sctx *super.Context, val ast.Value)

Source from the content-addressed store, hash-verified

112}
113
114func (a Analyzer) ConvertValue(sctx *super.Context, val ast.Value) (Value, error) {
115 return a.convertValue(sctx, val, nil)
116}
117
118func (a Analyzer) convertValue(sctx *super.Context, val ast.Value, parent super.Type) (Value, error) {
119 switch val := val.(type) {

Callers 5

analyzeFunction · 0.95
ParseValueFunction · 0.80
ParseValueFromASTFunction · 0.80
UnmarshalMethod · 0.80
ReadMethod · 0.80

Calls 1

convertValueMethod · 0.95

Tested by 1

analyzeFunction · 0.76