public abstract class ShowTableStatusFormatter extends Object
| Constructor and Description |
|---|
ShowTableStatusFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static ShowTableStatusFormatter |
getFormatter(HiveConf conf) |
abstract void |
showTableStatus(DataOutputStream out,
Hive db,
HiveConf conf,
List<Table> tables,
Partition par) |
public static ShowTableStatusFormatter getFormatter(HiveConf conf)
public abstract void showTableStatus(DataOutputStream out, Hive db, HiveConf conf, List<Table> tables, Partition par) throws HiveException
HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.