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

Method Get

pkg/sql/sem/tree/annotation.go:52–54  ·  view source on GitHub ↗

Get an annotation from the container.

(idx AnnotationIdx)

Source from the content-addressed store, hash-verified

50
51// Get an annotation from the container.
52func (a *Annotations) Get(idx AnnotationIdx) interface{} {
53 return (*a)[idx-1]
54}

Callers 4

GetFirstPeerIdxMethod · 0.45
GetRowCountMethod · 0.45
NewFmtCtxExFunction · 0.45
GetAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected