Constructor and Description |
---|
CreateEmptyPartitionProcedure(Supplier<TransactionalMetadata> hiveMetadataFactory,
ExtendedHiveMetastore metastore,
LocationService locationService,
com.facebook.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec,
com.facebook.airlift.json.smile.SmileCodec<PartitionUpdate> partitionUpdateSmileCodec) |
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, ExtendedHiveMetastore metastore, LocationService locationService, com.facebook.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, com.facebook.airlift.json.smile.SmileCodec<PartitionUpdate> partitionUpdateSmileCodec)
Copyright © 2012–2022. All rights reserved.