MCPcopy Index your code
hub / github.com/apache/iotdb-client-go / Int32ArrayColumnDecoder

Struct Int32ArrayColumnDecoder

client/column_decoder.go:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85type baseColumnDecoder struct{}
86
87type Int32ArrayColumnDecoder struct {
88 baseColumnDecoder
89}
90
91func (decoder *Int32ArrayColumnDecoder) ReadColumn(reader *bytes.Reader, dataType TSDataType, positionCount int32) (Column, error) {
92 // Serialized data layout:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected