(ctx context.Context, iprot thrift.TProtocol)
| 2228 | } |
| 2229 | |
| 2230 | func (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 | |
| 2238 | func (p *TDataNodeLocation) ReadField5(ctx context.Context, iprot thrift.TProtocol) error { |
| 2239 | p.DataRegionConsensusEndPoint = &TEndPoint{} |