(ctx context.Context, iprot thrift.TProtocol)
| 2220 | } |
| 2221 | |
| 2222 | func (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 | |
| 2230 | func (p *TDataNodeLocation) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 2231 | p.MPPDataExchangeEndPoint = &TEndPoint{} |