CanonicalTypeFamily returns the canonical type family of data stored in this Vec.
()
| 191 | // CanonicalTypeFamily returns the canonical type family of data stored in this |
| 192 | // Vec. |
| 193 | func (v *Vec) CanonicalTypeFamily() types.Family { |
| 194 | return v.canonicalTypeFamily |
| 195 | } |
| 196 | |
| 197 | // SetCol sets the member column (in the case of mutable columns). |
| 198 | func (v *Vec) SetCol(col Column) { |
no outgoing calls
no test coverage detected