public class RexAnalyzer extends Object
| Modifier and Type | Field and Description |
|---|---|
RexNode |
e |
int |
unsupportedCount |
List<RexNode> |
variables |
| Constructor and Description |
|---|
RexAnalyzer(RexNode e,
RelOptPredicateList predicates)
Creates a RexAnalyzer.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map<RexNode,Comparable>> |
assignments()
Generates a map of variables and lists of values that could be assigned
to them.
|
public final RexNode e
public final int unsupportedCount
public RexAnalyzer(RexNode e, RelOptPredicateList predicates)
public Iterable<Map<RexNode,Comparable>> assignments()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.