| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.io |
| Modifier and Type | Field and Description |
|---|---|
AcidUtils.TableSnapshot |
Utilities.PartitionDetails.tableSnapshot |
| Modifier and Type | Method and Description |
|---|---|
static AcidUtils.TableSnapshot |
AcidUtils.getTableSnapshot(org.apache.hadoop.conf.Configuration conf,
Table tbl) |
static AcidUtils.TableSnapshot |
AcidUtils.getTableSnapshot(org.apache.hadoop.conf.Configuration conf,
Table tbl,
boolean isStatsUpdater)
Note: this is generally called in Hive.java; so, the callers of Hive.java make sure
to set up the acid state during compile, and Hive.java retrieves it if needed.
|
static AcidUtils.TableSnapshot |
AcidUtils.getTableSnapshot(org.apache.hadoop.conf.Configuration conf,
Table tbl,
String dbName,
String tblName,
boolean isStatsUpdater)
Note: this is generally called in Hive.java; so, the callers of Hive.java make sure
to set up the acid state during compile, and Hive.java retrieves it if needed.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.