MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / GetColumn

Method GetColumn

client/tsblock.go:160–162  ·  view source on GitHub ↗
(columnIndex int32)

Source from the content-addressed store, hash-verified

158}
159
160func (t *TsBlock) GetColumn(columnIndex int32) Column {
161 return t.valueColumns[columnIndex]
162}

Calls

no outgoing calls

Tested by

no test coverage detected