| 174 | /// An unconverted equality expression consisting of a field name and the representation |
| 175 | /// of a scalar value |
| 176 | struct Key { |
| 177 | std::string name; |
| 178 | std::optional<std::string> value; |
| 179 | }; |
| 180 | |
| 181 | Result<PartitionedBatches> Partition( |
| 182 | const std::shared_ptr<RecordBatch>& batch) const override; |
no outgoing calls
no test coverage detected