object partitioning
- Source
- functions.scala
- Grouped
- Alphabetic
- By Inheritance
- partitioning
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Partition transform functions
- def bucket(numBuckets: Int, e: Column): Column
(Scala-specific) A transform for any type that partitions by a hash of the input column.
(Scala-specific) A transform for any type that partitions by a hash of the input column.
- Since
4.0.0
- def bucket(numBuckets: Column, e: Column): Column
(Scala-specific) A transform for any type that partitions by a hash of the input column.
(Scala-specific) A transform for any type that partitions by a hash of the input column.
- Since
4.0.0
- def days(e: Column): Column
(Scala-specific) A transform for timestamps and dates to partition data into days.
(Scala-specific) A transform for timestamps and dates to partition data into days.
- Since
4.0.0
- def hours(e: Column): Column
(Scala-specific) A transform for timestamps to partition data into hours.
(Scala-specific) A transform for timestamps to partition data into hours.
- Since
4.0.0
- def months(e: Column): Column
(Scala-specific) A transform for timestamps and dates to partition data into months.
(Scala-specific) A transform for timestamps and dates to partition data into months.
- Since
4.0.0
- def years(e: Column): Column
(Scala-specific) A transform for timestamps and dates to partition data into years.
(Scala-specific) A transform for timestamps and dates to partition data into years.
- Since
4.0.0