()
| 169 | } |
| 170 | |
| 171 | func DefaultDedicatedColumns() DedicatedColumns { |
| 172 | return slices.Clone(defaultDedicatedColumns) |
| 173 | } |
| 174 | |
| 175 | // DedicatedColumn contains the configuration for a single attribute with the given name that should |
| 176 | // be stored in a dedicated column instead of the generic attribute column. |