MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / ExactString

Method ExactString

pkg/sql/sem/tree/constant.go:138–140  ·  view source on GitHub ↗

ExactString implements the constant.Value interface.

()

Source from the content-addressed store, hash-verified

136
137// ExactString implements the constant.Value interface.
138func (expr *NumVal) ExactString() string {
139 return expr.value.ExactString()
140}
141
142// OrigString returns the origString field.
143func (expr *NumVal) OrigString() string {

Callers 1

ResolveAsTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected