case classBucketSpec(numBuckets: Int, bucketColumnNames: Seq[String], sortColumnNames: Seq[String]) extends Product with Serializable
A container for bucketing information.
Bucketing is a technology for decomposing data sets into more manageable parts, and the number
of buckets is fixed so it does not fluctuate with data.
numBuckets
number of buckets.
bucketColumnNames
the names of the columns that used to generate the bucket id.
sortColumnNames
the names of the columns that used to sort data in each bucket.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A container for bucketing information. Bucketing is a technology for decomposing data sets into more manageable parts, and the number of buckets is fixed so it does not fluctuate with data.
number of buckets.
the names of the columns that used to generate the bucket id.
the names of the columns that used to sort data in each bucket.