Builder

class Builder

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