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

Method getBinary

client/rpcdataset.go:475–481  ·  view source on GitHub ↗
(columnName string)

Source from the content-addressed store, hash-verified

473}
474
475func (s *IoTDBRpcDataSet) getBinary(columnName string) (*Binary, error) {
476 if index, err := s.getTsBlockColumnIndexForColumnName(columnName); err != nil {
477 return nil, err
478 } else {
479 return s.getBinaryByTsBlockColumnIndex(index)
480 }
481}
482
483func (s *IoTDBRpcDataSet) getBinaryByTsBlockColumnIndex(tsBlockColumnIndex int32) (*Binary, error) {
484 if err := s.checkRecord(); err != nil {

Callers 1

GetBlobMethod · 0.80

Tested by

no test coverage detected