JoinOperation

A transform operation that combines data from two sources based on specified join conditions.

Types

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

Properties

Link copied to clipboard

Alias for this operation.

Link copied to clipboard

The left operand for the join operation.

Link copied to clipboard

Properties that control how the left operand's columns are handled in the join result.

Link copied to clipboard

The join condition that specifies how to match rows between the left and right operands.

Link copied to clipboard

The right operand for the join operation.

Link copied to clipboard

Properties that control how the right operand's columns are handled in the join result.

Link copied to clipboard

The type of join to perform, such as INNER, LEFT, RIGHT, or OUTER.

Functions

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