MCPcopy Create free account
hub / github.com/apache/arrow / PayloadIsEmpty

Function PayloadIsEmpty

cpp/src/arrow/acero/hash_join_node.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 const Expression& filter);
90
91 bool PayloadIsEmpty(int side) const {
92 assert(side == 0 || side == 1);
93 return proj_maps[side].num_cols(HashJoinProjection::PAYLOAD) == 0;
94 }
95
96 static Result<std::vector<FieldRef>> ComputePayload(const Schema& schema,
97 const std::vector<FieldRef>& output,

Callers 2

LeftPayloadIsEmptyFunction · 0.85
RightPayloadIsEmptyFunction · 0.85

Calls 1

num_colsMethod · 0.80

Tested by

no test coverage detected