org.apache.hadoop.hive.ql.stats.jdbc
Class JDBCStatsSetupConstants

java.lang.Object
  extended by org.apache.hadoop.hive.ql.stats.jdbc.JDBCStatsSetupConstants

public final class JDBCStatsSetupConstants
extends Object


Field Summary
static String PART_STAT_ID_COLUMN_NAME
           
static String PART_STAT_RAW_DATA_SIZE_COLUMN_NAME
           
static String PART_STAT_ROW_COUNT_COLUMN_NAME
           
static String PART_STAT_TABLE_NAME
           
static String PART_STAT_TIMESTAMP_COLUMN_NAME
           
 
Constructor Summary
JDBCStatsSetupConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PART_STAT_ID_COLUMN_NAME

public static final String PART_STAT_ID_COLUMN_NAME
See Also:
Constant Field Values

PART_STAT_TIMESTAMP_COLUMN_NAME

public static final String PART_STAT_TIMESTAMP_COLUMN_NAME
See Also:
Constant Field Values

PART_STAT_TABLE_NAME

public static final String PART_STAT_TABLE_NAME
See Also:
Constant Field Values

PART_STAT_ROW_COUNT_COLUMN_NAME

public static final String PART_STAT_ROW_COUNT_COLUMN_NAME
See Also:
Constant Field Values

PART_STAT_RAW_DATA_SIZE_COLUMN_NAME

public static final String PART_STAT_RAW_DATA_SIZE_COLUMN_NAME
See Also:
Constant Field Values
Constructor Detail

JDBCStatsSetupConstants

public JDBCStatsSetupConstants()


Copyright © 2014 The Apache Software Foundation. All rights reserved.