public final class FilterPushDownSpec extends SourceAbilitySpecBase
SourceAbilitySpec
that can not only serialize/deserialize the filter
to/from JSON, but also can push the filter into a SupportsFilterPushDown
.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_PREDICATES |
FIELD_NAME_PRODUCED_TYPE
Constructor and Description |
---|
FilterPushDownSpec(List<org.apache.calcite.rex.RexNode> predicates) |
FilterPushDownSpec(List<org.apache.calcite.rex.RexNode> predicates,
boolean allPredicatesRetained) |
Modifier and Type | Method and Description |
---|---|
void |
apply(DynamicTableSource tableSource,
SourceAbilityContext context)
Apply the ability to the given
DynamicTableSource . |
static SupportsFilterPushDown.Result |
apply(List<org.apache.calcite.rex.RexNode> predicates,
DynamicTableSource tableSource,
SourceAbilityContext context) |
boolean |
equals(Object o) |
String |
getDigests(SourceAbilityContext context)
Additional digests to generate when this spec is applied to the source.
|
List<org.apache.calcite.rex.RexNode> |
getPredicates() |
int |
hashCode() |
boolean |
isAllPredicatesRetained() |
getProducedType
public static final String FIELD_NAME_PREDICATES
public FilterPushDownSpec(List<org.apache.calcite.rex.RexNode> predicates, boolean allPredicatesRetained)
public FilterPushDownSpec(List<org.apache.calcite.rex.RexNode> predicates)
public boolean isAllPredicatesRetained()
public List<org.apache.calcite.rex.RexNode> getPredicates()
public void apply(DynamicTableSource tableSource, SourceAbilityContext context)
SourceAbilitySpec
DynamicTableSource
.public static SupportsFilterPushDown.Result apply(List<org.apache.calcite.rex.RexNode> predicates, DynamicTableSource tableSource, SourceAbilityContext context)
public String getDigests(SourceAbilityContext context)
SourceAbilitySpec
context
- The context about the source.public boolean equals(Object o)
equals
in class SourceAbilitySpecBase
public int hashCode()
hashCode
in class SourceAbilitySpecBase
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.