private static class RexSimplify.Comparison extends Object
RexInputRef or RexFieldAccess and a
literal. Literal may be on left or right side, and may be null.| Modifier and Type | Field and Description |
|---|---|
(package private) SqlKind |
kind |
(package private) RexLiteral |
literal |
(package private) RexNode |
ref |
| Modifier | Constructor and Description |
|---|---|
private |
Comparison(RexNode ref,
SqlKind kind,
RexLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static RexSimplify.Comparison |
of(RexNode e)
Creates a comparison, or returns null.
|
final RexNode ref
final SqlKind kind
final RexLiteral literal
private Comparison(RexNode ref, SqlKind kind, RexLiteral literal)
static RexSimplify.Comparison of(RexNode e)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.