@PublicEvolving public static final class SupportsFilterPushDown.Result extends Object
Modifier and Type | Method and Description |
---|---|
List<ResolvedExpression> |
getAcceptedFilters() |
List<ResolvedExpression> |
getRemainingFilters() |
static SupportsFilterPushDown.Result |
of(List<ResolvedExpression> acceptedFilters,
List<ResolvedExpression> remainingFilters)
Constructs a filter push-down result.
|
public static SupportsFilterPushDown.Result of(List<ResolvedExpression> acceptedFilters, List<ResolvedExpression> remainingFilters)
See the documentation of SupportsFilterPushDown
for more information.
acceptedFilters
- filters that are consumed by the source but may be applied on a
best effort basisremainingFilters
- filters that a subsequent filter operation still needs to perform
during runtimepublic List<ResolvedExpression> getAcceptedFilters()
public List<ResolvedExpression> getRemainingFilters()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.