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

Struct sqlResolver

runtime/resolvers/sql.go:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected