Class UnparsedExpression.UnparsedExpressionImpl
java.lang.Object
org.apache.gravitino.rel.expressions.UnparsedExpression.UnparsedExpressionImpl
- All Implemented Interfaces:
Expression
,UnparsedExpression
- Enclosing interface:
- UnparsedExpression
public static final class UnparsedExpression.UnparsedExpressionImpl
extends Object
implements UnparsedExpression
An
UnparsedExpression
implementation-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.expressions.UnparsedExpression
UnparsedExpression.UnparsedExpressionImpl
-
Field Summary
Fields inherited from interface org.apache.gravitino.rel.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.gravitino.rel.expressions.Expression
references
Methods inherited from interface org.apache.gravitino.rel.expressions.UnparsedExpression
children
-
Method Details
-
unparsedExpression
- Specified by:
unparsedExpression
in interfaceUnparsedExpression
- Returns:
- The unparsed expression as a string.
-
equals
-
hashCode
public int hashCode() -
toString
-