Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ encodeKey
Method
encodeKey
runtime/sam/expr/function/flatten.go:99–105 ·
view source on GitHub ↗
(key field.Path)
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(n *Flatten) encodeKey(key field.Path) {
100
n.BeginContainer()
101
for
_, name :=
range
key {
102
n.Append(super.EncodeString(name))
103
}
104
n.EndContainer()
105
}
Callers
1
encode
Method · 0.95
Calls
4
EncodeString
Function · 0.92
BeginContainer
Method · 0.80
EndContainer
Method · 0.80
Append
Method · 0.45
Tested by
no test coverage detected