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

Method checkRecord

client/rpcdataset.go:762–767  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

760}
761
762func (s *IoTDBRpcDataSet) checkRecord() (err error) {
763 if s.queryResultIndex > s.queryResultSize || s.tsBlockIndex >= s.tsBlockSize || s.queryResult == nil || s.curTsBlock == nil {
764 err = fmt.Errorf("no record remains")
765 }
766 return err
767}
768
769func (s *IoTDBRpcDataSet) GetValueColumnStartIndex() int32 {
770 if s.ignoreTimestamp {

Calls

no outgoing calls

Tested by

no test coverage detected