public class HiveInsertExchange4JoinRule
extends org.apache.calcite.plan.RelOptRule
Modifier and Type | Field and Description |
---|---|
static HiveInsertExchange4JoinRule |
EXCHANGE_BELOW_JOIN
Rule that creates Exchange operators under a Join operator.
|
static HiveInsertExchange4JoinRule |
EXCHANGE_BELOW_MULTIJOIN
Rule that creates Exchange operators under a MultiJoin operator.
|
protected static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
HiveInsertExchange4JoinRule(Class<? extends org.apache.calcite.rel.RelNode> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
protected static final transient org.apache.commons.logging.Log LOG
public static final HiveInsertExchange4JoinRule EXCHANGE_BELOW_MULTIJOIN
public static final HiveInsertExchange4JoinRule EXCHANGE_BELOW_JOIN
public HiveInsertExchange4JoinRule(Class<? extends org.apache.calcite.rel.RelNode> clazz)
Copyright © 2017 The Apache Software Foundation. All rights reserved.