MCPcopy Create free account
hub / github.com/apache/impala / GetRequiredFeatures

Method GetRequiredFeatures

be/src/kudu/rpc/inbound_call.cc:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335vector<uint32_t> InboundCall::GetRequiredFeatures() const {
336 vector<uint32_t> features;
337 for (uint32_t feature : header_.required_feature_flags()) {
338 features.push_back(feature);
339 }
340 return features;
341}
342
343Status InboundCall::GetInboundSidecar(int idx, Slice* sidecar) const {
344 DCHECK(transfer_) << "Sidecars have been discarded";

Callers 2

QueueInboundCallMethod · 0.80
QueueInboundCallMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected