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

Method GetFloatByIndex

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

Source from the content-addressed store, hash-verified

51}
52
53func (s *SessionDataSet) GetFloatByIndex(columnIndex int32) (float32, error) {
54 return s.ioTDBRpcDataSet.getFloatByIndex(columnIndex)
55}
56
57func (s *SessionDataSet) GetFloat(columnName string) (float32, error) {
58 return s.ioTDBRpcDataSet.getFloat(columnName)

Callers 3

printDevice1Function · 0.80
printDevice1Function · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getFloatByIndexMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64