MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / writeField3

Method writeField3

rpc/client.go:5640–5648  ·  view source on GitHub ↗
(ctx context.Context, oprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

5638}
5639
5640func (p *TSFetchResultsResp) writeField3(ctx context.Context, oprot thrift.TProtocol) (err error) {
5641 if err := oprot.WriteFieldBegin(ctx, "isAlign", thrift.BOOL, 3); err != nil {
5642 return thrift.PrependError(fmt.Sprintf("%T write field begin error 3:isAlign: ", p), err) }
5643 if err := oprot.WriteBool(ctx, bool(p.IsAlign)); err != nil {
5644 return thrift.PrependError(fmt.Sprintf("%T.isAlign (3) field write error: ", p), err) }
5645 if err := oprot.WriteFieldEnd(ctx); err != nil {
5646 return thrift.PrependError(fmt.Sprintf("%T write field end error 3:isAlign: ", p), err) }
5647 return err
5648}
5649
5650func (p *TSFetchResultsResp) writeField4(ctx context.Context, oprot thrift.TProtocol) (err error) {
5651 if p.IsSetQueryDataSet() {

Callers 1

WriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected