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

Struct ValuesClause

pkg/sql/sem/tree/values.go:23–25  ·  view source on GitHub ↗

ValuesClause represents a VALUES clause.

Source from the content-addressed store, hash-verified

21
22// ValuesClause represents a VALUES clause.
23type ValuesClause struct {
24 Rows []Exprs
25}
26
27// Format implements the NodeFormatter interface.
28func (node *ValuesClause) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected