(ctx context.Context, oprot thrift.TProtocol)
| 1982 | } |
| 1983 | |
| 1984 | func (p *TSExecuteStatementResp) writeField5(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 1985 | if p.IsSetIgnoreTimeStamp() { |
| 1986 | if err := oprot.WriteFieldBegin(ctx, "ignoreTimeStamp", thrift.BOOL, 5); err != nil { |
| 1987 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 5:ignoreTimeStamp: ", p), err) } |
| 1988 | if err := oprot.WriteBool(ctx, bool(*p.IgnoreTimeStamp)); err != nil { |
| 1989 | return thrift.PrependError(fmt.Sprintf("%T.ignoreTimeStamp (5) field write error: ", p), err) } |
| 1990 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 1991 | return thrift.PrependError(fmt.Sprintf("%T write field end error 5:ignoreTimeStamp: ", p), err) } |
| 1992 | } |
| 1993 | return err |
| 1994 | } |
| 1995 | |
| 1996 | func (p *TSExecuteStatementResp) writeField6(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 1997 | if p.IsSetDataTypeList() { |
no test coverage detected