Class TimeJoinNode

  • All Implemented Interfaces:
    org.apache.iotdb.consensus.common.request.IConsensusRequest

    public class TimeJoinNode
    extends MultiChildNode
    This node is responsible for join two or more TsBlock. The join algorithm is like outer join by timestamp column. It will join two or more TsBlock by Timestamp column. The output result of TimeJoinOperator is sorted by timestamp