TableMetadata

Contains metadata for a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of the columns in the table.

Link copied to clipboard

The time that the table was created.

Link copied to clipboard

The last time the table was accessed.

Link copied to clipboard

The name of the table.

Link copied to clipboard

A set of custom key/value pairs for table properties.

Link copied to clipboard

A list of the partition keys in the table.

Link copied to clipboard

The type of table. In Athena, only EXTERNAL_TABLE is supported.

Functions

Link copied to clipboard
inline fun copy(block: TableMetadata.Builder.() -> Unit = {}): TableMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String