Interface AdaptiveJoinExecNode
- All Known Implementing Classes:
BatchExecHashJoin,BatchExecSortMergeJoin
public interface AdaptiveJoinExecNode
A
ExecNode which support to convert to adaptive join node.-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether the join node can be transformed toBatchExecAdaptiveJoin.Transform this node toBatchExecAdaptiveJoin.
-
Method Details
-
canBeTransformedToAdaptiveJoin
boolean canBeTransformedToAdaptiveJoin()Check whether the join node can be transformed toBatchExecAdaptiveJoin. -
toAdaptiveJoinNode
BatchExecAdaptiveJoin toAdaptiveJoinNode()Transform this node toBatchExecAdaptiveJoin.
-