| 141 | } |
| 142 | |
| 143 | type Int64ArrayColumnDecoder struct { |
| 144 | baseColumnDecoder |
| 145 | } |
| 146 | |
| 147 | func (decoder *Int64ArrayColumnDecoder) ReadColumn(reader *bytes.Reader, dataType TSDataType, positionCount int32) (Column, error) { |
| 148 | // Serialized data layout: |
nothing calls this directly
no outgoing calls
no test coverage detected