| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.stats |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,String> |
HiveStorageHandler.getBasicStatistics(Partish partish)
Return some basic statistics (numRows, numFiles, totalSize) calculated by the underlying storage handler
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Partish |
Partish.buildFor(Partition part) |
static Partish |
Partish.buildFor(Table table) |
static Partish |
Partish.buildFor(Table table,
Partition part) |
| Modifier and Type | Method and Description |
|---|---|
BasicStats |
BasicStats.Factory.build(Partish p) |
| Modifier and Type | Method and Description |
|---|---|
List<BasicStats> |
BasicStats.Factory.buildAll(HiveConf conf,
Collection<Partish> parts) |
| Constructor and Description |
|---|
BasicStats(Partish p) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.