case class CatalogTablePartition(spec: TablePartitionSpec, storage: CatalogStorageFormat, parameters: Map[String, String] = Map.empty, createTime: Long = System.currentTimeMillis, lastAccessTime: Long = -1, stats: Option[CatalogStatistics] = None) extends Product with Serializable
A partition (Hive style) defined in the catalog.
- spec
partition spec values indexed by column name
- storage
storage format of the partition
- parameters
some parameters for the partition
- createTime
creation time of the partition, in milliseconds
- lastAccessTime
last access time, in milliseconds
- stats
optional statistics (number of rows, total size, etc.)
- Alphabetic
- By Inheritance
- CatalogTablePartition
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
CatalogTablePartition(spec: TablePartitionSpec, storage: CatalogStorageFormat, parameters: Map[String, String] = Map.empty, createTime: Long = System.currentTimeMillis, lastAccessTime: Long = -1, stats: Option[CatalogStatistics] = None)
- spec
partition spec values indexed by column name
- storage
storage format of the partition
- parameters
some parameters for the partition
- createTime
creation time of the partition, in milliseconds
- lastAccessTime
last access time, in milliseconds
- stats
optional statistics (number of rows, total size, etc.)
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val createTime: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastAccessTime: Long
-
def
location: URI
Return the partition location, assuming it is specified.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parameters: Map[String, String]
-
def
simpleString: String
Readable string representation for the CatalogTablePartition.
- val spec: TablePartitionSpec
- val stats: Option[CatalogStatistics]
- val storage: CatalogStorageFormat
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toLinkedHashMap: LinkedHashMap[String, String]
-
def
toRow(partitionSchema: StructType, defaultTimeZondId: String): InternalRow
Given the partition schema, returns a row with that schema holding the partition values.
-
def
toString(): String
- Definition Classes
- CatalogTablePartition → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()