Interface JoinMatch

All Known Implementing Classes:
ColumnName, MatchPair

public interface JoinMatch
A join match represents one column from a left table and one column from a right table. The exact semantics of the match depend on context. For example, a natural-join has equal-to matches; where-not-in has not-equal-to matches; and as-of-join's last match has less-than or less-than-or-equal-to matches.
See Also: