/ \brief Return whether the partitionings are equal
| 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. |