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

Method IsComputed

pkg/sql/sem/tree/create.go:383–385  ·  view source on GitHub ↗

IsComputed returns if the ColumnTableDef is a computed column.

()

Source from the content-addressed store, hash-verified

381
382// IsComputed returns if the ColumnTableDef is a computed column.
383func (node *ColumnTableDef) IsComputed() bool {
384 return node.Computed.Computed
385}
386
387// HasColumnFamily returns if the ColumnTableDef has a column family.
388func (node *ColumnTableDef) HasColumnFamily() bool {

Callers 2

docRowMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected