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

Method GetTimestampBytes

client/tablet.go:259–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257}
258
259func (t *Tablet) GetTimestampBytes() []byte {
260 buff := &bytes.Buffer{}
261 binary.Write(buff, binary.BigEndian, t.timestamps[0:t.RowSize])
262 return buff.Bytes()
263}
264
265func (t *Tablet) GetMeasurements() []string {
266 measurements := make([]string, len(t.measurementSchemas))

Callers 2

genInsertTabletsReqMethod · 0.80
genTSInsertTabletReqMethod · 0.80

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected