Union

class Union

Specifies a transform that combines the rows from two or more datasets into a single result.

Types

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

Properties

Link copied to clipboard

The node ID inputs to the transform.

Link copied to clipboard

The name of the transform node.

Link copied to clipboard

Indicates the type of Union transform.

Functions

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