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

Method ReadField1

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

Source from the content-addressed store, hash-verified

4216}
4217
4218func (p *TSPrepareReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
4219 if v, err := iprot.ReadI64(ctx); err != nil {
4220 return thrift.PrependError("error reading field 1: ", err)
4221} else {
4222 p.SessionId = v
4223}
4224 return nil
4225}
4226
4227func (p *TSPrepareReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
4228 if v, err := iprot.ReadString(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected