Data Set Logical Table Map Source Join Instruction Args
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
Link copied to clipboard
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
val leftJoinKeyProperties: Output<DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyPropertiesArgs>? = null
Join key properties of the left operand. See left_join_key_properties.
Link copied to clipboard
Operand on the left side of a join.
Link copied to clipboard
val rightJoinKeyProperties: Output<DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyPropertiesArgs>? = null
Join key properties of the right operand. See right_join_key_properties.
Link copied to clipboard
Operand on the right side of a join.