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

Function empty

cpp/src/arrow/acero/asof_join_node.cc:901–901  ·  view source on GitHub ↗

Returns true if there are no rows

Source from the content-addressed store, hash-verified

899
900 // Returns true if there are no rows
901 bool empty() const { return unmaterialized_table.Empty(); }
902
903 private:
904 CompositeTable unmaterialized_table;

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected