public class DropStatsProcedure extends Object implements javax.inject.Provider<Procedure>
CALL system.drop_stats('system', 'some_table', ARRAY[ARRAY['x', '7']])) or
for the entire table (CALL system.drop_stats('system', 'some_table', NULL))).| Constructor and Description |
|---|
DropStatsProcedure(TransactionalMetadataFactory hiveMetadataFactory,
HiveMetastore metastore) |
| Modifier and Type | Method and Description |
|---|---|
void |
dropStats(ConnectorSession session,
String schema,
String table,
List<?> partitionValues) |
Procedure |
get() |
@Inject public DropStatsProcedure(TransactionalMetadataFactory hiveMetadataFactory, HiveMetastore metastore)
Copyright © 2012–2020. All rights reserved.