public static class HiveFilterPushdown.ConnectorPushdownFilterResult extends Object
| Constructor and Description |
|---|
ConnectorPushdownFilterResult(ConnectorTableLayout layout,
RowExpression unenforcedConstraint) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorTableLayout |
getLayout() |
RowExpression |
getUnenforcedConstraint() |
public ConnectorPushdownFilterResult(ConnectorTableLayout layout, RowExpression unenforcedConstraint)
public ConnectorTableLayout getLayout()
public RowExpression getUnenforcedConstraint()
Copyright © 2012–2023. All rights reserved.