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

Method String

postgres/parser/pgdate/field_string.go:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27var _field_index = [...]uint8{0, 9, 19, 27, 35, 44, 55, 66, 76, 89, 100, 113, 126}
28
29func (i field) String() string {
30 if i >= field(len(_field_index)-1) {
31 return "field(" + strconv.FormatInt(int64(i), 10) + ")"
32 }
33 return _field_name[_field_index[i]:_field_index[i+1]]
34}

Callers 1

PrettyMethod · 0.95

Calls 1

fieldTypeAlias · 0.70

Tested by

no test coverage detected