DataSetLogicalTableMapSourceJoinInstructionArgs

data class DataSetLogicalTableMapSourceJoinInstructionArgs(val leftJoinKeyProperties: Output<DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyPropertiesArgs>? = null, val leftOperand: Output<String>, val onClause: Output<String>, val rightJoinKeyProperties: Output<DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyPropertiesArgs>? = null, val rightOperand: Output<String>, val type: Output<String>) : ConvertibleToJava<DataSetLogicalTableMapSourceJoinInstructionArgs>

Constructors

constructor(leftJoinKeyProperties: Output<DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyPropertiesArgs>? = null, leftOperand: Output<String>, onClause: Output<String>, rightJoinKeyProperties: Output<DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyPropertiesArgs>? = null, rightOperand: Output<String>, type: Output<String>)

Properties

Link copied to clipboard

Join key properties of the left operand. See left_join_key_properties.

Link copied to clipboard
val leftOperand: Output<String>

Operand on the left side of a join.

Link copied to clipboard
val onClause: Output<String>

Join instructions provided in the ON clause of a join.

Link copied to clipboard

Join key properties of the right operand. See right_join_key_properties.

Link copied to clipboard
val rightOperand: Output<String>

Operand on the right side of a join.

Link copied to clipboard
val type: Output<String>

Type of join. Valid values are INNER, OUTER, LEFT, and RIGHT.

Functions

Link copied to clipboard
open override fun toJava(): DataSetLogicalTableMapSourceJoinInstructionArgs