DestinationTable

Defines a destination table in data preparation that receives the final transformed data.

Types

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

Properties

Link copied to clipboard

Alias for the destination table.

Link copied to clipboard

The source configuration that specifies which transform operation provides data to this destination table.

Functions

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