| 328 | bool Equals(const Partitioning& other) const override { return false; } |
| 329 | |
| 330 | Result<compute::Expression> Parse(const std::string& path) const override { |
| 331 | return parse_impl_(path); |
| 332 | } |
| 333 | |
| 334 | Result<PartitionPathFormat> Format(const compute::Expression& expr) const override { |
| 335 | if (format_impl_) { |