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

Method ReadField3

common/common.go:2222–2228  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

2220}
2221
2222func (p *TDataNodeLocation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
2223 p.InternalEndPoint = &TEndPoint{}
2224 if err := p.InternalEndPoint.Read(ctx, iprot); err != nil {
2225 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.InternalEndPoint), err)
2226 }
2227 return nil
2228}
2229
2230func (p *TDataNodeLocation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
2231 p.MPPDataExchangeEndPoint = &TEndPoint{}

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected