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

Method GetFloat

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

Source from the content-addressed store, hash-verified

55}
56
57func (s *SessionDataSet) GetFloat(columnName string) (float32, error) {
58 return s.ioTDBRpcDataSet.getFloat(columnName)
59}
60
61func (s *SessionDataSet) GetIntByIndex(columnIndex int32) (int32, error) {
62 return s.ioTDBRpcDataSet.getIntByIndex(columnIndex)

Callers

nothing calls this directly

Calls 1

getFloatMethod · 0.80

Tested by

no test coverage detected