Packages

package tools

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FolderCompaction extends Logging
  2. case class Partition(colName: String, colValue: String) extends Product with Serializable
  3. case class PartitionColumnValues(name: String, values: List[String]) extends Product with Serializable
  4. 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

  1. object FolderCompactionUtils
  2. object Partition extends Serializable
  3. object PartitionDiscoveryUtils
  4. object WhereCondition extends Serializable

Ungrouped