RelFactories.JoinFactory instead.@Deprecated public static interface RelFactories.SemiJoinFactory
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createSemiJoin(RelNode left,
RelNode right,
RexNode condition)
Deprecated.
Creates a semi-join.
|
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.