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

Method GetDouble

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

Source from the content-addressed store, hash-verified

47}
48
49func (s *SessionDataSet) GetDouble(columnName string) (float64, error) {
50 return s.ioTDBRpcDataSet.getDouble(columnName)
51}
52
53func (s *SessionDataSet) GetFloatByIndex(columnIndex int32) (float32, error) {
54 return s.ioTDBRpcDataSet.getFloatByIndex(columnIndex)

Callers

nothing calls this directly

Calls 1

getDoubleMethod · 0.80

Tested by

no test coverage detected