Package

za.co.absa.spark.partition.sizing

types

Permalink

package types

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ByteSize = Long

    Permalink
  2. case class DataTypeSizes(typeSizes: (DataType) ⇒ ByteSize, averageArraySize: Int) extends Product with Serializable

    Permalink
  3. case class PartitionRecordCount(partitionId: Int, recordCount: Long) extends Product with Serializable

    Permalink

Value Members

  1. object DataTypeSizes extends Serializable

    Permalink
  2. def dataFramePartitionRecordCount(df: DataFrame): Array[PartitionRecordCount]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped