| 26 | } |
| 27 | |
| 28 | type sqlResolver struct { |
| 29 | sql string |
| 30 | refs []*runtimev1.ResourceName |
| 31 | olap drivers.OLAPStore |
| 32 | olapRelease func() |
| 33 | rowCap int64 |
| 34 | priority int |
| 35 | } |
| 36 | |
| 37 | type sqlProps struct { |
| 38 | Connector string `mapstructure:"connector"` |
nothing calls this directly
no outgoing calls
no test coverage detected