Uses of Class
org.apache.flink.table.planner.plan.abilities.source.SourceAbilitySpecBase
Packages that use SourceAbilitySpecBase
-
Uses of SourceAbilitySpecBase in org.apache.flink.table.planner.plan.abilities.source
Modifier and TypeClassDescriptionfinal classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the aggregation to/from JSON, but also can push the local aggregate into aSupportsAggregatePushDown.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the filter to/from JSON, but also can push the filter into aSupportsFilterPushDown.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the limit value to/from JSON, but also can push the limit value into aLimitPushDownSpec.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the partitions to/from JSON, but also can push the partitions into aSupportsPartitionPushDown.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the projection to/from JSON, but also can push the projection into aSupportsProjectionPushDown.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the metadata columns to/from JSON, but also can read the metadata columns fromSupportsReadingMetadata.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the boolean flag whether a source watermark should be used to/from JSON, but can also apply it toSupportsSourceWatermark.final classA sub-class ofSourceAbilitySpecthat can not only serialize/deserialize the watermark to/from JSON, but also can push the watermark into aSupportsWatermarkPushDown.