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

Method Prepend

compiler/ast/op.go:31–33  ·  view source on GitHub ↗
(front Op)

Source from the content-addressed store, hash-verified

29}
30
31func (s *Seq) Prepend(front Op) {
32 *s = append([]Op{front}, *s...)
33}
34
35type (
36 AggregateOp struct {

Callers 2

ConvertToDeleteWhereMethod · 0.45
PrependFileScanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected