public static interface RelFactories.SemiJoinFactory
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createSemiJoin(RelNode left,
RelNode right,
RexNode condition)
Creates a semi-join.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.