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

Method GetBlob

client/sessiondataset.go:113–115  ·  view source on GitHub ↗
(columnName string)

Source from the content-addressed store, hash-verified

111}
112
113func (s *SessionDataSet) GetBlob(columnName string) (*Binary, error) {
114 return s.ioTDBRpcDataSet.getBinary(columnName)
115}
116
117func (s *SessionDataSet) FindColumn(columnName string) int32 {
118 return s.ioTDBRpcDataSet.findColumn(columnName)

Callers 1

Test_QueryAllDataTypeMethod · 0.80

Calls 1

getBinaryMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64