Packages

sealed trait Expression[Out] extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Known Subclasses
AbsExpr, AggregateExpr, AndExpr, ArrayExpr, ArrayLengthExpr, ArrayToStringExpr, ArrayTokensExpr, AvgExpr, BigDecimal2CurrencyExpr, BigDecimal2DoubleExpr, BinaryOperationExpr, Byte2BigDecimalExpr, Byte2DoubleExpr, Byte2IntExpr, Byte2LongExpr, Byte2ShortExpr, ConditionExpr, ConstExpr, ConstantExpr, ContainsAllExpr, ContainsAnyExpr, ContainsExpr, ContainsSameExpr, CountExpr, Currency2BigDecimalExpr, Currency2DoubleExpr, Currency2LongExpr, DimIdInExpr, DimIdNotInExpr, DimensionExpr, DimensionIdExpr, DistinctCountExpr, DistinctRandomExpr, DivExpr, Double2BigDecimalExpr, Double2CurrencyExpr, EqExpr, ExtractDayExpr, ExtractHourExpr, ExtractMinuteExpr, ExtractMonthExpr, ExtractQuarterExpr, ExtractSecondExpr, ExtractYearExpr, FalseExpr, GeExpr, GtExpr, HLLCountExpr, InExpr, Int2BigDecimalExpr, Int2DoubleExpr, Int2LongExpr, IsNotNullExpr, IsNullExpr, LagExpr, LeExpr, LengthExpr, LinkExpr, Long2BigDecimalExpr, Long2CurrencyExpr, Long2DoubleExpr, LowerExpr, LtExpr, MaxExpr, MetricExpr, MinExpr, MinusExpr, NeqExpr, NotExpr, NotInExpr, NowExpr, NullExpr, OrExpr, PlaceholderExpr, PlusExpr, Short2BigDecimalExpr, Short2DoubleExpr, Short2IntExpr, Short2LongExpr, SimpleCondition, SimpleExpr, SplitExpr, SumExpr, TimeExpr, TimesExpr, ToStringExpr, TokensExpr, TrueExpr, TruncDayExpr, TruncHourExpr, TruncMinuteExpr, TruncMonthExpr, TruncQuarterExpr, TruncSecondExpr, TruncWeekExpr, TruncYearExpr, TupleExpr, TupleValueExpr, TypeConvertExpr, UnaryMinusExpr, UnaryOperationExpr, UntypedPlaceholderExpr, UpperExpr, ValueExpr, WindowFunctionExpr
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expression
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val dataType: Aux[Out]
  2. abstract def encode: String
  3. abstract def fold[O](z: O)(f: (O, Expression[_]) => O): O
  4. abstract val isNullable: Boolean
  5. abstract val kind: ExprKind
  6. abstract def transform(f: Transform): Expression[Out]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def as(name: String): QueryField
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean
    Definition Classes
    Expression → AnyRef → Any
  9. def flatten: Set[Expression[_]]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    Expression → AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    Expression → AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped