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

Method SetTimestamp

client/tablet.go:107–109  ·  view source on GitHub ↗
(timestamp int64, rowIndex int)

Source from the content-addressed store, hash-verified

105}
106
107func (t *Tablet) SetTimestamp(timestamp int64, rowIndex int) {
108 t.timestamps[rowIndex] = timestamp
109}
110
111func (t *Tablet) SetValueAt(value interface{}, columnIndex, rowIndex int) error {
112

Callers 9

createTabletFunction · 0.95
createTabletFunction · 0.95
createTabletWithNilFunction · 0.95
createTabletFunction · 0.95
Test_QueryAllDataTypeMethod · 0.95
insertRelationalTabletFunction · 0.80
TestTablet_SetTimestampFunction · 0.80
TestTablet_SortFunction · 0.80

Calls

no outgoing calls

Tested by 6

createTabletWithNilFunction · 0.76
createTabletFunction · 0.76
Test_QueryAllDataTypeMethod · 0.76
TestTablet_SetTimestampFunction · 0.64
TestTablet_SortFunction · 0.64