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

Method hasCachedByteBuffer

client/rpcdataset.go:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255}
256
257func (s *IoTDBRpcDataSet) hasCachedByteBuffer() bool {
258 return s.queryResult != nil && s.queryResultIndex < s.queryResultSize
259}
260
261func (s *IoTDBRpcDataSet) constructOneRow() (err error) {
262 s.tsBlockIndex++

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected