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

Struct Placeholder

pkg/sql/sem/tree/expr.go:776–780  ·  view source on GitHub ↗

Placeholder represents a named placeholder.

Source from the content-addressed store, hash-verified

774
775// Placeholder represents a named placeholder.
776type Placeholder struct {
777 Idx PlaceholderIdx
778
779 typeAnnotation
780}
781
782// NewPlaceholder allocates a Placeholder.
783func NewPlaceholder(name string) (*Placeholder, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected