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

Method GetObject

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

Source from the content-addressed store, hash-verified

79}
80
81func (s *SessionDataSet) GetObject(columnName string) (interface{}, error) {
82 return s.ioTDBRpcDataSet.getObject(columnName)
83}
84
85func (s *SessionDataSet) GetStringByIndex(columnIndex int32) (string, error) {
86 return s.ioTDBRpcDataSet.getStringByIndex(columnIndex)

Callers

nothing calls this directly

Calls 1

getObjectMethod · 0.80

Tested by

no test coverage detected