MCPcopy Create free account
hub / github.com/dolthub/doltgresql / text

TypeAlias text

postgres/parser/pretty/document.go:80–80  ·  view source on GitHub ↗

text represents (TEXT s) :: DOC -- a simple text string.

Source from the content-addressed store, hash-verified

78
79// text represents (TEXT s) :: DOC -- a simple text string.
80type text string
81
82// Text is the TEXT constructor.
83func Text(s string) Doc {

Callers 2

TextFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected