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