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

Method GetString

client/sessiondataset.go:89–91  ·  view source on GitHub ↗
(columnName string)

Source from the content-addressed store, hash-verified

87}
88
89func (s *SessionDataSet) GetString(columnName string) (string, error) {
90 return s.ioTDBRpcDataSet.getString(columnName)
91}
92
93func (s *SessionDataSet) GetTimestampByIndex(columnIndex int32) (time.Time, error) {
94 return s.ioTDBRpcDataSet.getTimestampByIndex(columnIndex)

Callers 15

printDataSet0Function · 0.80
printDataSet1Function · 0.80
printDataSet0Function · 0.80
printDataSet1Function · 0.80
getTextValueFromDataSetFunction · 0.80
showTablesFunction · 0.80
Test_InsertRecordsMethod · 0.80
Test_QueryAllDataTypeMethod · 0.80

Calls 1

getStringMethod · 0.80