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

Struct cachedResolverResult

runtime/resolver.go:417–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417type cachedResolverResult struct {
418 data []byte
419 meta map[string]any
420 schema *runtimev1.StructType
421
422 // Iterator fields. Should only be populated on short-lived copies obtained via copy().
423 rows []map[string]any
424 idx int
425}
426
427var _ ResolverResult = &cachedResolverResult{}
428

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected