(ctx context.Context, oprot thrift.TProtocol)
| 2027 | } |
| 2028 | |
| 2029 | func (p *TSExecuteStatementResp) writeField8(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 2030 | if p.IsSetNonAlignQueryDataSet() { |
| 2031 | if err := oprot.WriteFieldBegin(ctx, "nonAlignQueryDataSet", thrift.STRUCT, 8); err != nil { |
| 2032 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 8:nonAlignQueryDataSet: ", p), err) } |
| 2033 | if err := p.NonAlignQueryDataSet.Write(ctx, oprot); err != nil { |
| 2034 | return thrift.PrependError(fmt.Sprintf("%T error writing struct: ", p.NonAlignQueryDataSet), err) |
| 2035 | } |
| 2036 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 2037 | return thrift.PrependError(fmt.Sprintf("%T write field end error 8:nonAlignQueryDataSet: ", p), err) } |
| 2038 | } |
| 2039 | return err |
| 2040 | } |
| 2041 | |
| 2042 | func (p *TSExecuteStatementResp) writeField9(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 2043 | if p.IsSetColumnNameIndexMap() { |
no test coverage detected