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

Method GetIntByIndex

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

Source from the content-addressed store, hash-verified

59}
60
61func (s *SessionDataSet) GetIntByIndex(columnIndex int32) (int32, error) {
62 return s.ioTDBRpcDataSet.getIntByIndex(columnIndex)
63}
64
65func (s *SessionDataSet) GetInt(columnName string) (int32, error) {
66 return s.ioTDBRpcDataSet.getInt(columnName)

Callers 3

printDevice1Function · 0.80
printDevice1Function · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getIntByIndexMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64