(ctx context.Context, iprot thrift.TProtocol)
| 2212 | } |
| 2213 | |
| 2214 | func (p *TDataNodeLocation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 2215 | p.ClientRpcEndPoint = &TEndPoint{} |
| 2216 | if err := p.ClientRpcEndPoint.Read(ctx, iprot); err != nil { |
| 2217 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.ClientRpcEndPoint), err) |
| 2218 | } |
| 2219 | return nil |
| 2220 | } |
| 2221 | |
| 2222 | func (p *TDataNodeLocation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 2223 | p.InternalEndPoint = &TEndPoint{} |