package tech.tablesaw.joining; /** The types of joins that are supported */ public enum JoinType { INNER, LEFT_OUTER, RIGHT_OUTER, FULL_OUTER }