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

Method Reset

client/tablet.go:330–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328}
329
330func (t *Tablet) Reset() {
331 t.RowSize = 0
332 t.bitMaps = nil
333}
334
335func NewTablet(insertTargetName string, measurementSchemas []*MeasurementSchema, maxRowNumber int) (*Tablet, error) {
336 tablet := &Tablet{

Callers 10

insertTabletFunction · 0.80
insertAlignedTabletFunction · 0.80
insertTabletFunction · 0.80
insertAlignedTabletFunction · 0.80
insertTabletsFunction · 0.80
insertAlignedTabletsFunction · 0.80
insertRelationalTabletFunction · 0.80

Calls

no outgoing calls