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

Method GetObjectByIndex

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

Source from the content-addressed store, hash-verified

75}
76
77func (s *SessionDataSet) GetObjectByIndex(columnIndex int32) (interface{}, error) {
78 return s.ioTDBRpcDataSet.getObjectByIndex(columnIndex)
79}
80
81func (s *SessionDataSet) GetObject(columnName string) (interface{}, error) {
82 return s.ioTDBRpcDataSet.getObject(columnName)

Callers

nothing calls this directly

Calls 1

getObjectByIndexMethod · 0.80

Tested by

no test coverage detected