object partitioning
- Source
 - functions.scala
 
- Grouped
 - Alphabetic
 - By Inheritance
 
- partitioning
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    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 clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    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
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    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
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    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
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    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
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)