Like

wvlet.airframe.sql.model.Expression.Like
case class Like(left: Expression, right: Expression, nodeLocation: Option[NodeLocation]) extends ConditionalExpression, BinaryExpression

Attributes

Graph
Supertypes
trait Serializable
trait Expression
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def operatorName: String

Attributes

Definition Classes

Inherited methods

def attributeName: String

Column name without qualifier

Column name without qualifier

Attributes

Inherited from:
Expression
override def children: Seq[Expression]

Attributes

Definition Classes
Inherited from:
BinaryExpression
def collectExpressions(cond: PartialFunction[Expression, Boolean]): List[Expression]

Attributes

Inherited from:
Expression

Attributes

Inherited from:
Expression

Attributes

Inherited from:
Expression
def dataTypeName: String

Attributes

Inherited from:
Expression
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resolvedChildren: Boolean

Attributes

Inherited from:
Expression
def resolvedInputs: Boolean

Attributes

Inherited from:
Expression
override def sqlExpr: String

Attributes

Definition Classes
Inherited from:
BinaryExpression
override def toString: String

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
Inherited from:
BinaryExpression
def transformExpression(rule: PartialFunction[Expression, Expression]): Expression

Recursively transform the expression in breadth-first order

Recursively transform the expression in breadth-first order

Attributes

Inherited from:
Expression
def transformPlan(rule: PartialFunction[LogicalPlan, LogicalPlan]): Expression

Attributes

Inherited from:
Expression
def transformUpExpression(rule: PartialFunction[Expression, Expression]): Expression

Recursively transform the expression in depth-first order

Recursively transform the expression in depth-first order

Attributes

Inherited from:
Expression
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit

Attributes

Inherited from:
Expression
def traversePlan[U](rule: PartialFunction[LogicalPlan, U]): Unit

Attributes

Inherited from:
Expression
def traversePlanOnce[U](rule: PartialFunction[LogicalPlan, U]): Unit

Attributes

Inherited from:
Expression
def typeDescription: String
  • Returns "(name):(type)" of this attribute

Attributes

Inherited from:
Expression

Inherited fields

lazy val resolved: Boolean

Attributes

Inherited from:
Expression