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

Method ReadField2

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

Source from the content-addressed store, hash-verified

17385}
17386
17387func (p *TSQueryTemplateResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
17388 if v, err := iprot.ReadI32(ctx); err != nil {
17389 return thrift.PrependError("error reading field 2: ", err)
17390} else {
17391 p.QueryType = v
17392}
17393 return nil
17394}
17395
17396func (p *TSQueryTemplateResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
17397 if v, err := iprot.ReadBool(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected