MCPcopy
hub / github.com/ent/ent / queryView

Struct queryView

dialect/sql/builder.go:1568–1568  ·  view source on GitHub ↗

queryView allows using Querier (expressions) in the FROM clause.

Source from the content-addressed store, hash-verified

1566
1567// queryView allows using Querier (expressions) in the FROM clause.
1568type queryView struct{ Querier }
1569
1570func (*queryView) view() {}
1571

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected