Bytes returns a flat Bytes representation.
()
| 226 | |
| 227 | // Bytes returns a flat Bytes representation. |
| 228 | func (v *Vec) Bytes() *Bytes { |
| 229 | return v.col.(*Bytes) |
| 230 | } |
| 231 | |
| 232 | // Decimal returns an apd.Decimal slice. |
| 233 | func (v *Vec) Decimal() Decimals { |
no outgoing calls
no test coverage detected