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