| 149 | } |
| 150 | |
| 151 | static std::shared_ptr<Field> DictInt(std::string name) { |
| 152 | return field(std::move(name), dictionary(int32(), int32())); |
| 153 | } |
| 154 | |
| 155 | std::shared_ptr<Partitioning> partitioning_; |
| 156 | std::shared_ptr<PartitioningFactory> factory_; |
nothing calls this directly
no test coverage detected