Package

it.agilelab.bigdata.wasp.consumers.spark.plugins.raw

tools

Permalink

package tools

Visibility
  1. Public
  2. All

Type Members

  1. class FolderCompaction extends Logging

    Permalink
  2. case class Partition(colName: String, colValue: String) extends Product with Serializable

    Permalink
  3. case class PartitionColumnValues(name: String, values: List[String]) extends Product with Serializable

    Permalink
  4. case class WhereCondition(outPartitionsCombination: PartitionsCombination, inPartitionsCombinations: List[PartitionsCombination]) extends Product with Serializable

    Permalink

    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

    Permalink
  2. object Partition extends Serializable

    Permalink
  3. object PartitionDiscoveryUtils

    Permalink
  4. object WhereCondition extends Serializable

    Permalink

Ungrouped