Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
(s *Seq) Prepend(front Op) {
32
*s = append([]Op{front}, *s...)
33
}
34
35
type
(
36
AggregateOp
struct
{
Callers
2
ConvertToDeleteWhere
Method · 0.45
PrependFileScan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected