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

Method done

runtime/sam/expr/values.go:433–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431}
432
433func (c *collectionIter) done() bool {
434 return len(c.types) == 0
435}
436
437func unionOf(sctx *super.Context, types []super.Type) super.Type {
438 if len(types) == 0 {

Callers 3

EvalMethod · 0.45
EvalMethod · 0.45
EvalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected