Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
func
(s *IoTDBRpcDataSet) hasCachedByteBuffer() bool {
258
return
s.queryResult != nil && s.queryResultIndex < s.queryResultSize
259
}
260
261
func
(s *IoTDBRpcDataSet) constructOneRow() (err error) {
262
s.tsBlockIndex++
Callers
1
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected