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

Function LeftPayloadIsEmpty

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

Source from the content-addressed store, hash-verified

66 const std::string& right_field_name_suffix);
67
68 bool LeftPayloadIsEmpty() const { return PayloadIsEmpty(0); }
69
70 bool RightPayloadIsEmpty() const { return PayloadIsEmpty(1); }
71

Callers

nothing calls this directly

Calls 1

PayloadIsEmptyFunction · 0.85

Tested by

no test coverage detected