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

Function newParseURI

runtime/vam/expr/function/parse.go:19–21  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

17}
18
19func newParseURI(sctx *super.Context) *ParseURI {
20 return &ParseURI{sctx, samfunc.NewParseURI(sctx)}
21}
22
23func (p *ParseURI) Call(args ...vector.Any) vector.Any {
24 if vec, ok := expr.CheckForNullThenError(args); ok {

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected