MCPcopy Create free account
hub / github.com/dolthub/doltgresql / IsComputed

Method IsComputed

postgres/parser/sem/tree/create_table.go:436–438  ·  view source on GitHub ↗

IsComputed returns if the ColumnTableDef is a computed column.

()

Source from the content-addressed store, hash-verified

434
435// IsComputed returns if the ColumnTableDef is a computed column.
436func (node *ColumnTableDef) IsComputed() bool {
437 return node.Computed.Computed
438}
439
440// Format implements the NodeFormatter interface.
441func (node *ColumnTableDef) Format(ctx *FmtCtx) {

Callers 3

docRowMethod · 0.95
FormatMethod · 0.95
nodeColumnTableDefFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected