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

Method IsSetIgnoreTimeStamp

rpc/client.go:1398–1400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1396}
1397
1398func (p *TSExecuteStatementResp) IsSetIgnoreTimeStamp() bool {
1399 return p.IgnoreTimeStamp != nil
1400}
1401
1402func (p *TSExecuteStatementResp) IsSetDataTypeList() bool {
1403 return p.DataTypeList != nil

Callers 2

GetIgnoreTimeStampMethod · 0.95
writeField5Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected