MCPcopy
hub / github.com/ent/ent / C

Method C

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

C returns a formatted string prefixed with the table view qualifier.

(string)

Source from the content-addressed store, hash-verified

1562 // C returns a formatted string prefixed
1563 // with the table view qualifier.
1564 C(string) string
1565}
1566
1567// queryView allows using Querier (expressions) in the FROM clause.

Callers 15

SelectFunction · 0.65
RelationFunction · 0.65
limitRowsFunction · 0.65
AscFunction · 0.65
DescFunction · 0.65
MaxFunction · 0.65
MeanFunction · 0.65
MinFunction · 0.65
SumFunction · 0.65
sqlScanMethod · 0.65
sqlScanMethod · 0.65
sqlScanMethod · 0.65

Implementers 4

queryViewdialect/sql/builder.go
SelectTabledialect/sql/builder.go
Selectordialect/sql/builder.go
WithBuilderdialect/sql/builder.go

Calls

no outgoing calls

Tested by 15

SelectFunction · 0.52
RelationFunction · 0.52
limitRowsFunction · 0.52
TestMySQLFunction · 0.52
TestVersionedMigrationFunction · 0.52
TestCustomTemplateFunction · 0.52
TestBuilderFunction · 0.52
TestSelectWithLockFunction · 0.52