| Constructor and Description |
|---|
CreateEmptyPartitionProcedure(Supplier<TransactionalMetadata> hiveMetadataFactory,
HiveMetastore metastore,
LocationService locationService,
io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec) |
| Modifier and Type | Method and Description |
|---|---|
void |
createEmptyPartition(ConnectorSession session,
String schema,
String table,
List<Object> partitionColumnNames,
List<Object> partitionValues) |
Procedure |
get() |
@Inject public CreateEmptyPartitionProcedure(Supplier<TransactionalMetadata> hiveMetadataFactory, HiveMetastore metastore, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec)
Copyright © 2012–2019. All rights reserved.