| 423 | } |
| 424 | |
| 425 | HivePartitioningOptions HivePartitioningFactoryOptions::AsHivePartitioningOptions() |
| 426 | const { |
| 427 | HivePartitioningOptions options; |
| 428 | options.segment_encoding = segment_encoding; |
| 429 | options.null_fallback = null_fallback; |
| 430 | return options; |
| 431 | } |
| 432 | |
| 433 | namespace { |
| 434 | class KeyValuePartitioningFactory : public PartitioningFactory { |
no outgoing calls