MCPcopy Create free account
hub / github.com/bytedance/bolt / partitionKey

Method partitionKey

bolt/exec/tests/utils/HiveConnectorTestBase.cpp:353–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353std::shared_ptr<connector::hive::HiveColumnHandle>
354HiveConnectorTestBase::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

Callers 6

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
makeConnectorSplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected