class EquiMergeJoinTableResult extends JoinTableResult

Computes the equi-join two input streams

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EquiMergeJoinTableResult
  2. JoinTableResult
  3. TableResult
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EquiMergeJoinTableResult(evaluator: ScalExprEvaluator, joinType: JoinType, lhsInput: TableResult, lhsCol: ColRef, rhsInput: TableResult, rhsCol: ColRef)

    evaluator

    Scalar expression evaluator

    joinType

    Join type

    lhsInput

    Left input stream

    lhsCol

    Join column of the left input stream

    rhsInput

    Right input stream

    rhsCol

    Join column of the right input stream

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit

    Close the result, and free the resources

    Close the result, and free the resources

    Definition Classes
    JoinTableResultTableResult
  7. def column(col: ColRef): Column

    Returns the column object associated with the given name

    Returns the column object associated with the given name

    Definition Classes
    TableResult
  8. def column(name: String): Column

    Returns the column object associated with the given name

    Returns the column object associated with the given name

    name

    Name of the column (case-insensitive)

    Definition Classes
    TableResult
  9. lazy val columnMap: Map[String, Column]

    Map from column name to column object

    Map from column name to column object

    Definition Classes
    TableResult
  10. def columnOpt(col: ColRef): Option[Column]

    Returns the column object associated with the given name, if present

    Returns the column object associated with the given name, if present

    Definition Classes
    TableResult
  11. def columnOpt(name: String): Option[Column]

    Returns the column object associated with the given name, if present

    Returns the column object associated with the given name, if present

    name

    Name of the column (case-insensitive)

    Definition Classes
    TableResult
  12. val columns: List[Column]

    List of columns in the result

    List of columns in the result

    Definition Classes
    JoinTableResultTableResult
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def format: List[String]

    Format the table result (assumed finite)

    Format the table result (assumed finite)

    Definition Classes
    TableResult
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val joinType: JoinType
  20. def lhsColumns: List[Column]
  21. def lhsResultOrder: List[SortExpr]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val resultOrder: List[SortExpr]

    Ordering of the rows in the result

    Ordering of the rows in the result

    Definition Classes
    JoinTableResultTableResult
  26. def rhsColumns: List[Column]
  27. def rows: Iterator[ScalTableRow]

    Iterator over the rows in the result

    Iterator over the rows in the result

    Definition Classes
    EquiMergeJoinTableResultTableResult
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def typedRows: Iterator[ScalTableRow]

    Iterator over the rows in the result with included schema information

    Iterator over the rows in the result with included schema information

    Definition Classes
    TableResult
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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 JoinTableResult

Inherited from TableResult

Inherited from AnyRef

Inherited from Any

Ungrouped