Packages

case class Align(distanceExpr: ScalExpr, marginOpt: Option[Int]) extends ExtendedRelOp with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Align
  2. Serializable
  3. Product
  4. Equals
  5. ExtendedRelOp
  6. RelOp
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Align(distanceExpr: ScalExpr, marginOpt: Option[Int])

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. val arity: Int

    Arity of the operator (that is, number of inputs)

    Arity of the operator (that is, number of inputs)

    Definition Classes
    AlignRelOp
  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]) @native() @HotSpotIntrinsicCandidate()
  7. val distanceExpr: ScalExpr
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def isLocEvaluable(loc: Location): Boolean

    Is this operator evaluable at the given location?

    Is this operator evaluable at the given location?

    loc

    Location

    Definition Classes
    ExtendedRelOpRelOp
  12. def isStreamEvaluable(inputs: List[RelExpr]): Boolean

    Is this operator evaluable over the input stream?

    Is this operator evaluable over the input stream?

    inputs

    Input expressions

    Definition Classes
    AlignRelOp
  13. def locationIdOpt(inputs: List[RelExpr]): Option[LocationId]

    The location where this operator can be evaluated

    The location where this operator can be evaluated

    inputs

    Input expressions

    returns

    Location where this operator can be evaluated (if any)

    Definition Classes
    ExtendedRelOpRelOp
  14. val marginOpt: Option[Int]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. def resultOrder(inputs: List[RelExpr]): List[SortExpr]

    The sort order of the result of this operator

    The sort order of the result of this operator

    inputs

    Input expressions

    returns

    Sort order of the result of this operator (if any)

    Definition Classes
    AlignRelOp
  20. def starColumns(inputs: List[RelExpr]): List[AnnotColRef]

    The columns in the result of "select *" over this operator

    The columns in the result of "select *" over this operator

    inputs

    Input expressions

    returns

    Columns in the result of "select *" over this operator

    Definition Classes
    AlignRelOp
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def tableColRefs(inputs: List[RelExpr]): List[ColRef]

    The column names in the result of this operator

    The column names in the result of this operator

    inputs

    Input expressions

    returns

    Columns names in the result of this operator

    Definition Classes
    AlignRelOp
  23. def tableNames(inputs: List[RelExpr]): List[String]

    The table names in the scope of the result of this operator

    The table names in the scope of the result of this operator

    inputs

    Input expressions

    returns

    Table names in the scope of the result of this operator

    Definition Classes
    AlignRelOp
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ExtendedRelOp

Inherited from RelOp

Inherited from AnyRef

Inherited from Any

Ungrouped