package tools
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class FolderCompaction extends Logging
- case class Partition(colName: String, colValue: String) extends Product with Serializable
- case class PartitionColumnValues(name: String, values: List[String]) extends Product with Serializable
-
case class
WhereCondition(outPartitionsCombination: PartitionsCombination, inPartitionsCombinations: List[PartitionsCombination]) extends Product with Serializable
Represents a single where condition used to filter the read dataframe
Represents a single where condition used to filter the read dataframe
- outPartitionsCombination
the combinations of colName=colValue of the partitions specified in the outputModel
- inPartitionsCombinations
the combinations of colName=colValue of the partitions specified in the inputModel that are not part of the outputModel
Value Members
- object FolderCompactionUtils
- object Partition extends Serializable
- object PartitionDiscoveryUtils
- object WhereCondition extends Serializable