Data Set Logical Table Map Source Join Instruction
data class DataSetLogicalTableMapSourceJoinInstruction(val leftJoinKeyProperties: DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties? = null, val leftOperand: String, val onClause: String, val rightJoinKeyProperties: DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties? = null, val rightOperand: String, val type: String)
Constructors
Link copied to clipboard
fun DataSetLogicalTableMapSourceJoinInstruction(leftJoinKeyProperties: DataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperties? = null, leftOperand: String, onClause: String, rightJoinKeyProperties: DataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperties? = null, rightOperand: String, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard