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

TypeAlias Type

pkg/util/encoding/encoding.go:1732–1732  ·  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

1730//
1731//go:generate stringer -type=Type
1732type Type encodingtype.T
1733
1734// Type values.
1735// TODO(dan, arjun): Make this into a proto enum.

Callers 1

DecodeValueTagFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected