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

Method GetIgnoreTimeStamp

rpc/client.go:1304–1309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1302}
1303var TSExecuteStatementResp_IgnoreTimeStamp_DEFAULT bool
1304func (p *TSExecuteStatementResp) GetIgnoreTimeStamp() bool {
1305 if !p.IsSetIgnoreTimeStamp() {
1306 return TSExecuteStatementResp_IgnoreTimeStamp_DEFAULT
1307 }
1308return *p.IgnoreTimeStamp
1309}
1310var TSExecuteStatementResp_DataTypeList_DEFAULT []string
1311
1312func (p *TSExecuteStatementResp) GetDataTypeList() []string {

Callers

nothing calls this directly

Calls 1

IsSetIgnoreTimeStampMethod · 0.95

Tested by

no test coverage detected