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

Method GetStringByIndex

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

Source from the content-addressed store, hash-verified

83}
84
85func (s *SessionDataSet) GetStringByIndex(columnIndex int32) (string, error) {
86 return s.ioTDBRpcDataSet.getStringByIndex(columnIndex)
87}
88
89func (s *SessionDataSet) GetString(columnName string) (string, error) {
90 return s.ioTDBRpcDataSet.getString(columnName)

Callers 11

printDevice1Function · 0.80
printDataSet2Function · 0.80
printDevice1Function · 0.80
printDataSet2Function · 0.80
Test_CreateTimeseriesMethod · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getStringByIndexMethod · 0.80