SchemaDefinition

Describes the schema of the table.

Types

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

Properties

Link copied to clipboard

The regular columns of the table.

Link copied to clipboard

The columns that are part of the clustering key of the table.

Link copied to clipboard

The columns that are part of the partition key of the table .

Link copied to clipboard

The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.

Functions

Link copied to clipboard
inline fun copy(block: SchemaDefinition.Builder.() -> Unit = {}): SchemaDefinition
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