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

Method GetTimeByIndex

client/tsblock.go:144–146  ·  view source on GitHub ↗
(index int32)

Source from the content-addressed store, hash-verified

142}
143
144func (t *TsBlock) GetTimeByIndex(index int32) (int64, error) {
145 return t.timeColumn.GetLong(index)
146}
147
148func (t *TsBlock) GetValueColumnCount() int32 {
149 return int32(len(t.valueColumns))

Calls 1

GetLongMethod · 0.65

Tested by

no test coverage detected