MCPcopy
hub / github.com/ent/ent / Raw

Function Raw

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

Raw returns a raw SQL query that is placed as-is in the query.

(s string)

Source from the content-addressed store, hash-verified

2894
2895// Raw returns a raw SQL query that is placed as-is in the query.
2896func Raw(s string) Querier { return &raw{s} }
2897
2898type raw struct{ s string }
2899

Callers 6

SelectFunction · 0.92
DDLFunction · 0.92
matchSchemaMethod · 0.92
matchSchemaMethod · 0.92
orderByAggFunction · 0.85
TestBuilderFunction · 0.85

Calls

no outgoing calls

Tested by 2

SelectFunction · 0.74
TestBuilderFunction · 0.68