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

Method ReadField3

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

Source from the content-addressed store, hash-verified

2431}
2432
2433func (p *TSOpenSessionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
2434 if v, err := iprot.ReadI64(ctx); err != nil {
2435 return thrift.PrependError("error reading field 3: ", err)
2436} else {
2437 p.SessionId = &v
2438}
2439 return nil
2440}
2441
2442func (p *TSOpenSessionResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
2443 _, _, size, err := iprot.ReadMapBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected