Interface RelFactories.SemiJoinFactory

Enclosing class:
RelFactories

@Deprecated public static interface RelFactories.SemiJoinFactory
Deprecated.
Can create a semi-join of the appropriate type for a rule's calling convention.
  • Method Summary

    Modifier and Type
    Method
    Description
    createSemiJoin(RelNode left, RelNode right, RexNode condition)
    Deprecated.
    Creates a semi-join.
  • Method Details

    • createSemiJoin

      RelNode createSemiJoin(RelNode left, RelNode right, RexNode condition)
      Deprecated.
      Creates a semi-join.
      Parameters:
      left - Left input
      right - Right input
      condition - Join condition