Packages

c

org.apache.spark.sql.connector.expressions

GeneralScalarExpression

class GeneralScalarExpression extends ExpressionWithToString

Annotations
@Evolving()
Source
GeneralScalarExpression.java
Linear Supertypes
ExpressionWithToString, Serializable, Serializable, Expression, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneralScalarExpression
  2. ExpressionWithToString
  3. Serializable
  4. Serializable
  5. Expression
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeneralScalarExpression(name: String, children: Array[Expression])

Value Members

  1. def children(): Array[Expression]
    Definition Classes
    GeneralScalarExpressionExpression
    Annotations
    @Override()
  2. def describe(): String
    Definition Classes
    Expression
  3. def equals(o: Any): Boolean
    Definition Classes
    GeneralScalarExpression → AnyRef → Any
    Annotations
    @Override()
  4. def hashCode(): Int
    Definition Classes
    GeneralScalarExpression → AnyRef → Any
    Annotations
    @Override()
  5. def name(): String
  6. def references(): Array[NamedReference]
    Definition Classes
    Expression
  7. def toString(): String
    Definition Classes
    ExpressionWithToString → AnyRef → Any