Skip to content

JoinHint

JoinHint holds the hints of the left and right sides of a Join logical operator.

Creating Instance

JoinHint takes the following to be created:

JoinHint is created when:

Text Representation

toString: String

toString is part of the Object (Java) abstraction.

toString returns the following (with the leftHint and rightHint if defined):

leftHint=[leftHint], rightHint=[rightHint]