()
| 1145 | } |
| 1146 | |
| 1147 | func (ic IndexColumn) String() string { |
| 1148 | if ic.Expression != nil { |
| 1149 | return String(ic.Expression) |
| 1150 | } |
| 1151 | return ic.Column.Name |
| 1152 | } |
| 1153 | |
| 1154 | // LengthScaleOption is used for types that have an optional length |
| 1155 | // and scale |
no test coverage detected