Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ FieldNameIter
Struct
FieldNameIter
runtime/sam/expr/fieldnamefinder.go:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
type
FieldNameIter
struct
{
108
buf []byte
109
stack []fieldNameIterInfo
110
}
111
112
type
fieldNameIterInfo
struct
{
113
fields []super.Field
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected