public static interface RelFactories.CorrelateFactory
The result is typically a Correlate.
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createCorrelate(RelNode left,
RelNode right,
List<RelHint> hints,
CorrelationId correlationId,
ImmutableBitSet requiredColumns,
JoinRelType joinType)
Creates a correlate.
|
RelNode createCorrelate(RelNode left, RelNode right, List<RelHint> hints, CorrelationId correlationId, ImmutableBitSet requiredColumns, JoinRelType joinType)
left - Left inputright - Right inputhints - HintscorrelationId - Variable name for the row of left inputrequiredColumns - Required columnsjoinType - Join typeCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.