| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.signature | |
| org.apache.hadoop.hive.ql.plan.mapper |
| Modifier and Type | Method and Description |
|---|---|
OpTreeSignature |
OpTreeSignatureFactory.getSignature(Operator<? extends OperatorDesc> op) |
OpTreeSignature |
OpTreeSignatureFactory.Direct.getSignature(Operator<? extends OperatorDesc> op) |
OpTreeSignature |
OpTreeSignatureFactory.CachedFactory.getSignature(Operator<? extends OperatorDesc> op) |
static OpTreeSignature |
OpTreeSignature.of(Operator<?> root) |
static OpTreeSignature |
OpTreeSignature.of(Operator<? extends OperatorDesc> op,
OpTreeSignatureFactory osf) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OpTreeSignature> |
OpTreeSignature.getParentSig() |
| Modifier and Type | Field and Description |
|---|---|
OpTreeSignature |
PersistedRuntimeStats.sig |
| Modifier and Type | Method and Description |
|---|---|
OpTreeSignature |
PlanMapper.getSignatureOf(Operator<?> op) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OperatorStats> |
MapBackedStatsSource.lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
CachingStatsSource.lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
EmptyStatsSource.lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
StatsSource.lookup(OpTreeSignature treeSig) |
| Constructor and Description |
|---|
AuxOpTreeSignature(OpTreeSignature sig) |
PersistedRuntimeStats(OpTreeSignature sig,
OperatorStats stat,
RelTreeSignature rSig) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.