Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetColumnNames
Method
GetColumnNames
client/sessiondataset.go:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(s *SessionDataSet) GetColumnNames() []string {
122
return
s.ioTDBRpcDataSet.columnNameList
123
}
124
125
func
(s *SessionDataSet) GetColumnTypes() []string {
126
return
s.ioTDBRpcDataSet.columnTypeList
Callers
9
printDevice1
Function · 0.80
printDataSet0
Function · 0.80
printDataSet1
Function · 0.80
printDataSet2
Function · 0.80
printDevice1
Function · 0.80
printDataSet0
Function · 0.80
printDataSet1
Function · 0.80
printDataSet2
Function · 0.80
Test_QueryAllDataType
Method · 0.80
Calls
no outgoing calls
Tested by
1
Test_QueryAllDataType
Method · 0.64