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

Method hasCachedBlock

client/rpcdataset.go:253–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251}
252
253func (s *IoTDBRpcDataSet) hasCachedBlock() bool {
254 return s.curTsBlock != nil && s.tsBlockIndex < s.tsBlockSize-1
255}
256
257func (s *IoTDBRpcDataSet) hasCachedByteBuffer() bool {
258 return s.queryResult != nil && s.queryResultIndex < s.queryResultSize

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected