case class Join(left: Query, right: Query, joinType: JoinType, condition: JoinCondition) extends Query with Product with Serializable
A Join Query
- left
left query
- right
right query
- joinType
kind of join
- condition
condition Join Condition
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Join
- Serializable
- Serializable
- Product
- Equals
- Query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Join(left: Query, right: Query, joinType: JoinType, condition: JoinCondition)
- left
left query
- right
right query
- joinType
kind of join
- condition
condition Join Condition
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val condition: JoinCondition
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
lazy val
innerType: QueryTabularType
The tabular data used within join conditions.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val joinType: JoinType
- val left: Query
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val resultingQueryType: QueryTabularType
-
lazy val
resultingTabularType: TabularData
Resulting tabular type, shadowing if necessary.
Resulting tabular type, shadowing if necessary.
- Definition Classes
- Query
- val right: Query
-
def
run(inputs: TabularBundle*): Either[String, TabularBundle]
Execute this query on a number of bundles
Execute this query on a number of bundles
- Definition Classes
- Query
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toStatement: String
- Definition Classes
- Query
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )