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

Method constructOneRow

client/rpcdataset.go:261–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259}
260
261func (s *IoTDBRpcDataSet) constructOneRow() (err error) {
262 s.tsBlockIndex++
263 s.hasCachedRecord = true
264 s.time, err = s.curTsBlock.GetTimeColumn().GetLong(s.tsBlockIndex)
265 return err
266}
267
268func (s *IoTDBRpcDataSet) constructOneTsBlock() (err error) {
269 s.lastReadWasNull = false

Callers 1

NextMethod · 0.95

Calls 2

GetTimeColumnMethod · 0.80
GetLongMethod · 0.65

Tested by

no test coverage detected