Interface | Description |
---|---|
SupportsAggregatePushDown |
Enables to push down the local aggregates into a
ScanTableSource . |
SupportsFilterPushDown |
Enables to push down filters into a
ScanTableSource . |
SupportsLimitPushDown |
Enables to push down a limit (the expected maximum number of produced records) into a
ScanTableSource . |
SupportsPartitionPushDown |
Enables to pass available partitions to the planner and push down partitions into a
ScanTableSource . |
SupportsProjectionPushDown |
Enables to push down a (possibly nested) projection into a
ScanTableSource . |
SupportsReadingMetadata |
Interface for
ScanTableSource s that support reading metadata columns. |
SupportsSourceWatermark |
Enables to fully rely on the watermark strategy provided by the
ScanTableSource itself. |
SupportsWatermarkPushDown |
Enables to push down a watermark strategy into a
ScanTableSource . |
Class | Description |
---|---|
SupportsFilterPushDown.Result |
Result of a filter push down.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.