| 290 | |
| 291 | std::string type_name() const override { return "hive"; } |
| 292 | std::string null_fallback() const { return hive_options_.null_fallback; } |
| 293 | const HivePartitioningOptions& options() const { return hive_options_; } |
| 294 | |
| 295 | static Result<std::optional<Key>> ParseKey(const std::string& segment, |