MCPcopy Index your code
hub / github.com/rilldata/rill / mapsResolverResult

Struct mapsResolverResult

runtime/resolver.go:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362type mapsResolverResult struct {
363 rows []map[string]any
364 meta map[string]any
365 schema *runtimev1.StructType
366 idx int
367}
368
369var _ ResolverResult = &mapsResolverResult{}
370

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected