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

Method ReadField4

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

Source from the content-addressed store, hash-verified

2228}
2229
2230func (p *TDataNodeLocation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
2231 p.MPPDataExchangeEndPoint = &TEndPoint{}
2232 if err := p.MPPDataExchangeEndPoint.Read(ctx, iprot); err != nil {
2233 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.MPPDataExchangeEndPoint), err)
2234 }
2235 return nil
2236}
2237
2238func (p *TDataNodeLocation) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
2239 p.DataRegionConsensusEndPoint = &TEndPoint{}

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected