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

Method GetEndTime

client/tsblock.go:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func (t *TsBlock) GetEndTime() (int64, error) {
137 return t.timeColumn.GetLong(t.positionCount - 1)
138}
139
140func (t *TsBlock) IsEmpty() bool {
141 return t.positionCount == 0

Callers

nothing calls this directly

Calls 1

GetLongMethod · 0.65

Tested by

no test coverage detected