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

Method GetDoubleByIndex

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

Source from the content-addressed store, hash-verified

43}
44
45func (s *SessionDataSet) GetDoubleByIndex(columnIndex int32) (float64, error) {
46 return s.ioTDBRpcDataSet.getDoubleByIndex(columnIndex)
47}
48
49func (s *SessionDataSet) GetDouble(columnName string) (float64, error) {
50 return s.ioTDBRpcDataSet.getDouble(columnName)

Callers 3

printDevice1Function · 0.80
printDevice1Function · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getDoubleByIndexMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64