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

Method GetStartTime

client/tsblock.go:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (t *TsBlock) GetStartTime() (int64, error) {
133 return t.timeColumn.GetLong(0)
134}
135
136func (t *TsBlock) GetEndTime() (int64, error) {
137 return t.timeColumn.GetLong(t.positionCount - 1)

Callers

nothing calls this directly

Calls 1

GetLongMethod · 0.65

Tested by

no test coverage detected