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

TypeAlias Type

pkg/util/encoding/encoding.go:1247–1247  ·  view source on GitHub ↗

Type represents the type of a value encoded by Encode{Null,NotNull,Varint,Uvarint,Float,Bytes}. go:generate stringer -type=Type

Source from the content-addressed store, hash-verified

1245// Encode{Null,NotNull,Varint,Uvarint,Float,Bytes}.
1246//go:generate stringer -type=Type
1247type Type int
1248
1249// Type values.
1250// TODO(dan, arjun): Make this into a proto enum.

Callers 2

DecodeValueTagFunction · 0.70
StringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected