Packages

trait Expression extends AnyRef

Base class of the public logical expression API.

Annotations
@Evolving()
Source
Expression.java
Since

3.0.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def children(): Array[Expression]

    Returns an array of the children of this node.

    Returns an array of the children of this node. Children should not change.

Concrete Value Members

  1. def describe(): String

    Format the expression as a human readable SQL-like string.

  2. def references(): Array[NamedReference]

    List of fields or columns that are referenced by this expression.