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

Method GetLongByIndex

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

Source from the content-addressed store, hash-verified

67}
68
69func (s *SessionDataSet) GetLongByIndex(columnIndex int32) (int64, error) {
70 return s.ioTDBRpcDataSet.getLongByIndex(columnIndex)
71}
72
73func (s *SessionDataSet) GetLong(columnName string) (int64, error) {
74 return s.ioTDBRpcDataSet.getLong(columnName)

Callers 3

printDevice1Function · 0.80
printDevice1Function · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getLongByIndexMethod · 0.80

Tested by 1

Test_QueryAllDataTypeMethod · 0.64