@Internal @Value.Enclosing public class RemoveUnreachableCoalesceArgumentsRule extends org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config>
BuiltInFunctionDefinitions.COALESCE
arguments.
An unreachable COALESCE argument is defined as any argument after the first argument in the argument list with a non-null type.
Modifier and Type | Class and Description |
---|---|
static interface |
RemoveUnreachableCoalesceArgumentsRule.Config
Configuration for
RemoveUnreachableCoalesceArgumentsRule . |
org.apache.calcite.plan.RelRule.Done, org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.calcite.plan.RelOptRule>, org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.calcite.rel.RelNode>, org.apache.calcite.plan.RelRule.OperandTransform
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> |
CALC_INSTANCE |
static org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> |
FILTER_INSTANCE |
static org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> |
JOIN_INSTANCE |
static org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> |
PROJECT_INSTANCE |
Constructor and Description |
---|
RemoveUnreachableCoalesceArgumentsRule(RemoveUnreachableCoalesceArgumentsRule.Config config) |
Modifier and Type | Method and Description |
---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
public static final org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> PROJECT_INSTANCE
public static final org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> FILTER_INSTANCE
public static final org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> JOIN_INSTANCE
public static final org.apache.calcite.plan.RelRule<RemoveUnreachableCoalesceArgumentsRule.Config> CALC_INSTANCE
public RemoveUnreachableCoalesceArgumentsRule(RemoveUnreachableCoalesceArgumentsRule.Config config)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.