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

Method GetBlobByIndex

client/sessiondataset.go:109–111  ·  view source on GitHub ↗
(columnIndex int32)

Source from the content-addressed store, hash-verified

107}
108
109func (s *SessionDataSet) GetBlobByIndex(columnIndex int32) (*Binary, error) {
110 return s.ioTDBRpcDataSet.getBinaryByIndex(columnIndex)
111}
112
113func (s *SessionDataSet) GetBlob(columnName string) (*Binary, error) {
114 return s.ioTDBRpcDataSet.getBinary(columnName)

Callers 1

Test_QueryAllDataTypeMethod · 0.80

Calls 1

getBinaryByIndexMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64