@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class Expression extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Expression.BetweenExpression |
static class |
Expression.BinaryExpression |
static class |
Expression.Column |
static class |
Expression.Const |
static class |
Expression.InExpression |
static class |
Expression.OpType |
static class |
Expression.UnaryExpression |
Modifier and Type | Field and Description |
---|---|
protected Expression.OpType |
opType |
Constructor and Description |
---|
Expression() |
Modifier and Type | Method and Description |
---|---|
Expression.OpType |
getOpType() |
protected Expression.OpType opType
public Expression.OpType getOpType()
Copyright © 2007-2012 The Apache Software Foundation