Join

class Join

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

Types

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

Properties

Link copied to clipboard

A list of the two columns to be joined.

Link copied to clipboard

The data inputs identified by their node names.

Link copied to clipboard

Specifies the type of join to be performed on the datasets.

Link copied to clipboard

The name of the transform node.

Functions

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