Resolve should execute the query against the instance's infra. Error can be nil along with a nil result in general, i.e. when a model contains no rows aggregation results can be nil.
(ctx context.Context, rt *Runtime, instanceID string, priority int)
| 63 | // Resolve should execute the query against the instance's infra. |
| 64 | // Error can be nil along with a nil result in general, i.e. when a model contains no rows aggregation results can be nil. |
| 65 | Resolve(ctx context.Context, rt *Runtime, instanceID string, priority int) error |
| 66 | // Export resolves the query and serializes the result to the writer. |
| 67 | Export(ctx context.Context, rt *Runtime, instanceID string, w io.Writer, opts *ExportOptions) error |
| 68 | } |
no outgoing calls