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

Method GetTracingInfo

rpc/client.go:1345–1350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1343}
1344var TSExecuteStatementResp_TracingInfo_DEFAULT *TSTracingInfo
1345func (p *TSExecuteStatementResp) GetTracingInfo() *TSTracingInfo {
1346 if !p.IsSetTracingInfo() {
1347 return TSExecuteStatementResp_TracingInfo_DEFAULT
1348 }
1349return p.TracingInfo
1350}
1351var TSExecuteStatementResp_QueryResult__DEFAULT [][]byte
1352
1353func (p *TSExecuteStatementResp) GetQueryResult_() [][]byte {

Callers

nothing calls this directly

Calls 1

IsSetTracingInfoMethod · 0.95

Tested by

no test coverage detected