Interface RelFactories.AsofJoinFactory

Enclosing class:
RelFactories

public static interface RelFactories.AsofJoinFactory
Creates ASOF join of the appropriate type for a rule's calling convention.
  • Method Details

    • createAsofJoin

      RelNode createAsofJoin(RelNode left, RelNode right, List<RelHint> hints, RexNode condition, RexNode matchCondition, JoinRelType joinType)
      Creates an ASOF join.
      Parameters:
      left - Left input
      right - Right input
      hints - Hints
      condition - Join condition
      matchCondition - ASOF join match condition
      joinType - Type of join (ASOF or LEFT_ASOF)