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

Method GetLong

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

Source from the content-addressed store, hash-verified

71}
72
73func (s *SessionDataSet) GetLong(columnName string) (int64, error) {
74 return s.ioTDBRpcDataSet.getLong(columnName)
75}
76
77func (s *SessionDataSet) GetObjectByIndex(columnIndex int32) (interface{}, error) {
78 return s.ioTDBRpcDataSet.getObjectByIndex(columnIndex)

Callers

nothing calls this directly

Calls 1

getLongMethod · 0.80

Tested by

no test coverage detected