public abstract class DescTableFormatter extends Object
| Constructor and Description |
|---|
DescTableFormatter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
describeTable(HiveConf conf,
DataOutputStream out,
String columnPath,
String tableName,
Table table,
Partition partition,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> columns,
boolean isFormatted,
boolean isExtended,
boolean isOutputPadded,
List<org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj> columnStats) |
static DescTableFormatter |
getFormatter(HiveConf conf) |
public static DescTableFormatter getFormatter(HiveConf conf)
public abstract void describeTable(HiveConf conf, DataOutputStream out, String columnPath, String tableName, Table table, Partition partition, List<org.apache.hadoop.hive.metastore.api.FieldSchema> columns, boolean isFormatted, boolean isExtended, boolean isOutputPadded, List<org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj> columnStats) throws HiveException
HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.