Eq
wvlet.airframe.sql.model.Expression$.Eq
case class Eq(left: Expression, right: Expression, nodeLocation: Option[NodeLocation]) extends ConditionalExpression with BinaryExpression
Attributes
- Graph
- Supertypes
- trait Serializabletrait BinaryExpressiontrait ConditionalExpressiontrait Expressiontrait Producttrait Equalstrait TreeNode[Expression]class Objecttrait Matchableclass Any
Members list
Concise view
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