MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getPacket

Method getPacket

src/QueryPipeline/RemoteQueryExecutorReadContext.cpp:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Packet RemoteQueryExecutorReadContext::getPacket()
181{
182 chassert(hasReadPacket());
183
184 Packet p{std::move(packet)};
185 has_read_packet_part = PacketPart::None;
186 return p;
187}
188
189}
190#endif

Callers 2

readAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected