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

Method ReadField5

rpc/client.go:1701–1708  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

1699}
1700
1701func (p *TSExecuteStatementResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
1702 if v, err := iprot.ReadBool(ctx); err != nil {
1703 return thrift.PrependError("error reading field 5: ", err)
1704} else {
1705 p.IgnoreTimeStamp = &v
1706}
1707 return nil
1708}
1709
1710func (p *TSExecuteStatementResp) ReadField6(ctx context.Context, iprot thrift.TProtocol) error {
1711 _, size, err := iprot.ReadListBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected