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