private static class RelFactories.FilterFactoryImpl extends Object implements RelFactories.FilterFactory
RelFactories.FilterFactory that
returns a vanilla LogicalFilter.| Modifier | Constructor and Description |
|---|---|
private |
FilterFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createFilter(RelNode input,
RexNode condition)
Creates a filter.
|
public RelNode createFilter(RelNode input, RexNode condition)
RelFactories.FilterFactorycreateFilter in interface RelFactories.FilterFactoryCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.