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

Method GetTimeColumn

client/tsblock.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (t *TsBlock) GetTimeColumn() Column {
153 return t.timeColumn
154}
155
156func (t *TsBlock) GetValueColumns() *[]Column {
157 return &t.valueColumns

Callers 1

constructOneRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected