| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.calcite.cost | |
| org.apache.hadoop.hive.ql.optimizer.calcite.reloperators |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<org.apache.calcite.rel.RelCollation> |
HiveAlgorithmsUtil.getJoinCollation(HiveCalciteUtil.JoinPredicateInfo joinPredInfo,
HiveJoin.MapJoinStreamingRelation streamingRelation) |
static org.apache.calcite.rel.RelDistribution |
HiveAlgorithmsUtil.getJoinDistribution(HiveCalciteUtil.JoinPredicateInfo joinPredInfo,
HiveJoin.MapJoinStreamingRelation streamingRelation) |
static Double |
HiveAlgorithmsUtil.getJoinMemory(HiveJoin join,
HiveJoin.MapJoinStreamingRelation streamingSide) |
| Modifier and Type | Method and Description |
|---|---|
HiveJoin.MapJoinStreamingRelation |
HiveJoin.getStreamingSide() |
static HiveJoin.MapJoinStreamingRelation |
HiveJoin.MapJoinStreamingRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveJoin.MapJoinStreamingRelation[] |
HiveJoin.MapJoinStreamingRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.