public class NodeTypeHintPredicate extends Object implements HintPredicate
| Constructor and Description |
|---|
NodeTypeHintPredicate(org.apache.calcite.rel.hint.NodeTypeHintPredicate.NodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(RelHint hint,
RelNode rel)
Decides if the given
hint can be applied to
the relational expression rel. |
public NodeTypeHintPredicate(org.apache.calcite.rel.hint.NodeTypeHintPredicate.NodeType nodeType)
public boolean apply(RelHint hint, RelNode rel)
HintPredicatehint can be applied to
the relational expression rel.apply in interface HintPredicatehint - The hintrel - The relational expressionhint can be applied to the relCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.