| 351 | } |
| 352 | |
| 353 | std::shared_ptr<connector::hive::HiveColumnHandle> |
| 354 | HiveConnectorTestBase::partitionKey( |
| 355 | const std::string& name, |
| 356 | const TypePtr& type) { |
| 357 | return std::make_shared<connector::hive::HiveColumnHandle>( |
| 358 | name, |
| 359 | connector::hive::HiveColumnHandle::ColumnType::kPartitionKey, |
| 360 | type, |
| 361 | type); |
| 362 | } |
| 363 | |
| 364 | } // namespace bytedance::bolt::exec::test |
no outgoing calls
no test coverage detected