(wr *chproto.Writer)
| 48 | ReadData(rd *chproto.Reader, numRow int) error |
| 49 | WritePrefix(wr *chproto.Writer) error |
| 50 | WriteData(wr *chproto.Writer) error |
| 51 | } |
| 52 | type CustomEncoding interface{ customEncoding() } |
| 53 | type ColumnOf[T any] struct{ Column []T } |
no outgoing calls
no test coverage detected