|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statistics.State | |
|---|---|
| org.apache.hadoop.hive.ql.plan | |
| Uses of Statistics.State in org.apache.hadoop.hive.ql.plan |
|---|
| Methods in org.apache.hadoop.hive.ql.plan that return Statistics.State | |
|---|---|
Statistics.State |
Statistics.getBasicStatsState()
|
Statistics.State |
Statistics.getColumnStatsState()
|
static Statistics.State |
Statistics.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Statistics.State[] |
Statistics.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.hive.ql.plan with parameters of type Statistics.State | |
|---|---|
void |
Statistics.setBasicStatsState(Statistics.State basicStatsState)
|
void |
Statistics.setColumnStatsState(Statistics.State columnStatsState)
|
void |
Statistics.updateColumnStatsState(Statistics.State newState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||