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

Method ReadField3

rpc/client.go:17396–17403  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

17394}
17395
17396func (p *TSQueryTemplateResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
17397 if v, err := iprot.ReadBool(ctx); err != nil {
17398 return thrift.PrependError("error reading field 3: ", err)
17399} else {
17400 p.Result_ = &v
17401}
17402 return nil
17403}
17404
17405func (p *TSQueryTemplateResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
17406 if v, err := iprot.ReadI32(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected