DimensionMapping

This type is used to map column(s) from the query result to a dimension in the destination table.

Types

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

Properties

Link copied to clipboard

Type for the dimension.

Link copied to clipboard

Column name from query result.

Functions

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