Class AsofJoin

All Implemented Interfaces:
Cloneable, RelOptNode, Hintable, RelNode
Direct Known Subclasses:
EnumerableAsofJoin, LogicalAsofJoin

public abstract class AsofJoin extends Join
Base class for various ASOF JOIN representations.
  • Field Details

    • matchCondition

      protected final RexNode matchCondition
      Compared to standard joins, ASOF joins have an additional condition for comparing columns that usually contain timestamp values (however, the data type of these columns can be any type that supports comparisons, and is not restricted to be TIMESTAMP).
  • Constructor Details

  • Method Details