JoinOperation
class JoinOperation
A transform operation that combines data from two sources based on specified join conditions.
Types
Properties
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 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.