JoinPredicateType

source

Types of predicate that are eligible for use in join clauses.

type JoinPredicateType = ScalarPredicateType | CompoundPredicateType;