NotDistinctFrom
wvlet.airframe.sql.model.Expression.NotDistinctFrom
case class NotDistinctFrom(left: Expression, right: Expression, nodeLocation: Option[NodeLocation]) extends ConditionalExpression, BinaryExpression
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait BinaryExpressiontrait ConditionalExpressiontrait Expressiontrait Producttrait Equalstrait TreeNode[Expression]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Column name without qualifier
Attributes
- Definition Classes
- Inherited from:
- BinaryExpression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Definition Classes
- Inherited from:
- BinaryExpression
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
BinaryExpression -> Any
- Inherited from:
- BinaryExpression
Recursively transform the expression in breadth-first order
Attributes
- Inherited from:
- Expression
Recursively transform the expression in depth-first order
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Inherited fields
Attributes
- Inherited from:
- Expression
In this article