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

Function newFusion

runtime/sam/expr/function/fusion.go:14–19  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

12}
13
14func newFusion(sctx *super.Context) *fusion {
15 return &fusion{
16 sctx: sctx,
17 downcast: NewDowncast(sctx),
18 }
19}
20
21func (f *fusion) Call(args []super.Value) super.Value {
22 superVal, subTypeVal := args[0], args[1]

Callers 1

NewFunction · 0.70

Calls 1

NewDowncastFunction · 0.85

Tested by

no test coverage detected