Uses of Enum Class
org.apache.datafusion.JoinType
Packages that use JoinType
-
Uses of JoinType in org.apache.datafusion
Methods in org.apache.datafusion that return JoinTypeModifier and TypeMethodDescriptionstatic JoinTypeReturns the enum constant of this class with the specified name.static JoinType[]JoinType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.datafusion with parameters of type JoinTypeModifier and TypeMethodDescriptionEqui-join this DataFrame withrighton the named columns, using the givenJoinType.DataFrame.join(DataFrame right, JoinType type, String[] leftCols, String[] rightCols, String filter) Equi-join this DataFrame withright, restricting the result with a residual SQL filter parsed against the combined schema (left columns followed by right columns; columns may be qualified with the relation alias when ambiguous).Join this DataFrame withrightusing arbitrary SQL predicates parsed against the combined schema.