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

Method ReadField11

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

Source from the content-addressed store, hash-verified

1796}
1797
1798func (p *TSExecuteStatementResp) ReadField11(ctx context.Context, iprot thrift.TProtocol) error {
1799 _, size, err := iprot.ReadListBegin(ctx)
1800 if err != nil {
1801 return thrift.PrependError("error reading list begin: ", err)
1802 }
1803 tSlice := make([]int8, 0, size)
1804 p.AliasColumns = tSlice
1805 for i := 0; i < size; i ++ {
1806var _elem17 int8
1807 if v, err := iprot.ReadByte(ctx); err != nil {
1808 return thrift.PrependError("error reading field 0: ", err)
1809} else {
1810 temp := int8(v)
1811 _elem17 = temp
1812}
1813 p.AliasColumns = append(p.AliasColumns, _elem17)
1814 }
1815 if err := iprot.ReadListEnd(ctx); err != nil {
1816 return thrift.PrependError("error reading list end: ", err)
1817 }
1818 return nil
1819}
1820
1821func (p *TSExecuteStatementResp) ReadField12(ctx context.Context, iprot thrift.TProtocol) error {
1822 p.TracingInfo = &TSTracingInfo{}

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected