SupportsAggregatePushDown |
|
SupportsDynamicFiltering |
Pushes dynamic filter into ScanTableSource , the table source can filter the partitions
even the input data in runtime to reduce scan I/O.
|
SupportsFilterPushDown |
|
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 |
|
SupportsRowLevelModificationScan |
|
SupportsSourceWatermark |
Enables to fully rely on the watermark strategy provided by the ScanTableSource itself.
|
SupportsStatisticReport |
|
SupportsWatermarkPushDown |
|