static JoinInstruction.Builder |
JoinInstruction.builder() |
|
default JoinInstruction.Builder |
JoinInstruction.Builder.leftJoinKeyProperties(Consumer<JoinKeyProperties.Builder> leftJoinKeyProperties) |
Join key properties of the left operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.leftJoinKeyProperties(JoinKeyProperties leftJoinKeyProperties) |
Join key properties of the left operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.leftOperand(String leftOperand) |
The operand on the left side of a join.
|
JoinInstruction.Builder |
JoinInstruction.Builder.onClause(String onClause) |
The join instructions provided in the ON clause of a join.
|
default JoinInstruction.Builder |
JoinInstruction.Builder.rightJoinKeyProperties(Consumer<JoinKeyProperties.Builder> rightJoinKeyProperties) |
Join key properties of the right operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.rightJoinKeyProperties(JoinKeyProperties rightJoinKeyProperties) |
Join key properties of the right operand.
|
JoinInstruction.Builder |
JoinInstruction.Builder.rightOperand(String rightOperand) |
The operand on the right side of a join.
|
JoinInstruction.Builder |
JoinInstruction.toBuilder() |
|
JoinInstruction.Builder |
JoinInstruction.Builder.type(String type) |
The type of join that it is.
|
JoinInstruction.Builder |
JoinInstruction.Builder.type(JoinType type) |
The type of join that it is.
|