Packages

final class GeneralAggregateFunc extends ExpressionWithToString with AggregateFunc

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

Instance Constructors

  1. new GeneralAggregateFunc(name: String, isDistinct: Boolean, children: Array[Expression])

Value Members

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