public class StatsSetupConst extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StatsSetupConst.StatDB |
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_STATS_ACCURATE |
static String |
DO_NOT_UPDATE_STATS |
static String |
FALSE |
static String[] |
fastStats |
static String |
NUM_FILES
The name of the statistic Num Files to be published or gathered.
|
static String |
NUM_PARTITIONS
The name of the statistic Num Partitions to be published or gathered.
|
static String |
RAW_DATA_SIZE
The name of the statistic Raw Data Size to be published or gathered.
|
static String |
ROW_COUNT
The name of the statistic Row Count to be published or gathered.
|
static String |
STATS_FILE_PREFIX |
static String |
STATS_GENERATED_VIA_STATS_TASK |
static String |
STATS_TMP_LOC
Temp dir for writing stats from tasks.
|
static String[] |
statsRequireCompute |
static String[] |
supportedStats |
static String |
TOTAL_SIZE
The name of the statistic Total Size to be published or gathered.
|
static String |
TRUE |
Constructor and Description |
---|
StatsSetupConst() |
public static final String NUM_FILES
public static final String NUM_PARTITIONS
public static final String TOTAL_SIZE
public static final String ROW_COUNT
public static final String RAW_DATA_SIZE
public static final String STATS_TMP_LOC
public static final String STATS_FILE_PREFIX
public static final String[] supportedStats
public static final String[] statsRequireCompute
public static final String[] fastStats
public static final String STATS_GENERATED_VIA_STATS_TASK
public static final String DO_NOT_UPDATE_STATS
public static final String COLUMN_STATS_ACCURATE
public static final String TRUE
public static final String FALSE
Copyright © 2017 The Apache Software Foundation. All rights reserved.