public final class ProjectPushDownSpec extends SourceAbilitySpecBase
SourceAbilitySpec
that can not only serialize/deserialize the projection
to/from JSON, but also can push the projection into a SupportsProjectionPushDown
.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_PROJECTED_FIELDS |
FIELD_NAME_PRODUCED_TYPE
Constructor and Description |
---|
ProjectPushDownSpec(int[][] projectedFields,
RowType producedType) |
Modifier and Type | Method and Description |
---|---|
void |
apply(DynamicTableSource tableSource,
SourceAbilityContext context)
Apply the ability to the given
DynamicTableSource . |
boolean |
equals(Object o) |
String |
getDigests(SourceAbilityContext context)
Additional digests to generate when this spec is applied to the source.
|
int |
hashCode() |
getProducedType
public static final String FIELD_NAME_PROJECTED_FIELDS
public ProjectPushDownSpec(int[][] projectedFields, RowType producedType)
public void apply(DynamicTableSource tableSource, SourceAbilityContext context)
SourceAbilitySpec
DynamicTableSource
.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.