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

Method ReadField12

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

Source from the content-addressed store, hash-verified

1819}
1820
1821func (p *TSExecuteStatementResp) ReadField12(ctx context.Context, iprot thrift.TProtocol) error {
1822 p.TracingInfo = &TSTracingInfo{}
1823 if err := p.TracingInfo.Read(ctx, iprot); err != nil {
1824 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.TracingInfo), err)
1825 }
1826 return nil
1827}
1828
1829func (p *TSExecuteStatementResp) ReadField13(ctx context.Context, iprot thrift.TProtocol) error {
1830 _, size, err := iprot.ReadListBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected