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

Method IsSetSuccess

rpc/client.go:29011–29013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29009return p.Success
29010}
29011func (p *IClientRPCServiceExecuteStatementResult) IsSetSuccess() bool {
29012 return p.Success != nil
29013}
29014
29015func (p *IClientRPCServiceExecuteStatementResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
29016 if _, err := iprot.ReadStructBegin(ctx); err != nil {

Callers 2

GetSuccessMethod · 0.95
writeField0Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected