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

Method Len

client/session.go:754–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

752}
753
754func (d *deviceData) Len() int {
755 return len(d.timestamps)
756}
757
758func (d *deviceData) Less(i, j int) bool {
759 return d.timestamps[i] < d.timestamps[j]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected