Class JoinTypes
java.lang.Object
org.elasticsearch.xpack.esql.plan.logical.join.JoinTypes
Utility class defining the concrete types of joins supported by ESQL.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJoin type for the USING clause - shorthand for defining an equi-join (equality join meaning the condition checks if columns across each side of the join are equal). -
Field Summary
Fields -
Method Summary
-
Field Details
-
INNER
-
LEFT
-
RIGHT
-
FULL
-
CROSS
-
-
Method Details
-
readFrom
- Throws:
IOException
-