class
Join extends JoinBase
Instance Constructors
-
new
Join(joinConf: api.Join, endPartition: String, tableUtils: TableUtils, skipFirstHole: Boolean = true, mutationScan: Boolean = true, showDf: Boolean = false, selectedJoinParts: Option[List[String]] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
applyDerivation(baseDf: DataFrame, bootstrapInfo: BootstrapInfo, leftColumns: Seq[String]): DataFrame
-
final
def
asInstanceOf[T0]: T0
-
def
cleanUpContextualFields(finalDf: DataFrame, bootstrapInfo: BootstrapInfo, leftColumns: Seq[String]): DataFrame
-
def
clone(): AnyRef
-
def
computeJoin(stepDays: Option[Int] = None, overrideStartPartition: Option[String] = None): DataFrame
-
def
computeJoinOpt(stepDays: Option[Int] = None, overrideStartPartition: Option[String] = None): Option[DataFrame]
-
def
computeJoinPart(leftDfWithStats: Option[DfWithStats], joinPart: JoinPart, joinLevelBloomMapOpt: Option[Map[String, BloomFilter]], skipBloom: Boolean = false): Option[DataFrame]
-
def
computeRange(leftDf: DataFrame, leftRange: PartitionRange, bootstrapInfo: BootstrapInfo, runSmallMode: Boolean = false): Option[DataFrame]
-
def
computeRightTable(leftDf: Option[DfWithStats], joinPart: JoinPart, leftRange: PartitionRange, joinLevelBloomMapOpt: Option[Map[String, BloomFilter]], smallMode: Boolean = false): Option[DataFrame]
-
val
confTableProps: Map[String, String]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
joinWithLeft(leftDf: DataFrame, rightDf: DataFrame, joinPart: JoinPart): DataFrame
-
lazy val
logger: Logger
-
val
metrics: Context
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
tableProps: Map[String, String]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit