| 386 | } |
| 387 | |
| 388 | FilenamePartitioning::FilenamePartitioning(std::shared_ptr<Schema> schema, |
| 389 | ArrayVector dictionaries, |
| 390 | KeyValuePartitioningOptions options) |
| 391 | : KeyValuePartitioning(std::move(schema), std::move(dictionaries), options) { |
| 392 | util::InitializeUTF8(); |
| 393 | } |
| 394 | |
| 395 | Result<std::vector<KeyValuePartitioning::Key>> FilenamePartitioning::ParseKeys( |
| 396 | const std::string& path) const { |