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

Struct Int64ArrayColumnDecoder

client/column_decoder.go:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143type Int64ArrayColumnDecoder struct {
144 baseColumnDecoder
145}
146
147func (decoder *Int64ArrayColumnDecoder) ReadColumn(reader *bytes.Reader, dataType TSDataType, positionCount int32) (Column, error) {
148 // Serialized data layout:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected