| 360 | } |
| 361 | |
| 362 | type mapsResolverResult struct { |
| 363 | rows []map[string]any |
| 364 | meta map[string]any |
| 365 | schema *runtimev1.StructType |
| 366 | idx int |
| 367 | } |
| 368 | |
| 369 | var _ ResolverResult = &mapsResolverResult{} |
| 370 |
nothing calls this directly
no outgoing calls
no test coverage detected