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

Function Equals

cpp/src/arrow/dataset/partition.h:75–77  ·  view source on GitHub ↗

/ \brief Return whether the partitionings are equal

Source from the content-addressed store, hash-verified

73
74 //// \brief Return whether the partitionings are equal
75 virtual bool Equals(const Partitioning& other) const {
76 return schema_->Equals(other.schema_, /*check_metadata=*/false);
77 }
78
79 /// \brief If the input batch shares any fields with this partitioning,
80 /// produce sub-batches which satisfy mutually exclusive Expressions.

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected