Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
Description
Add a NestedFieldsProjectableTableSource interface for some TableSource implementation that support nesting projection push-down.
The interface could look as follows
def trait NestedFieldsProjectableTableSource {
def projectNestedFields(fields: Array[String]): NestedFieldsProjectableTableSource[T]
}
This interface works together with ProjectableTableSource
Attachments
Issue Links
- is depended upon by
-
FLINK-5752 Support push down projections for HBaseTableSource
- Open
- is required by
-
FLINK-2168 Add HBaseTableSource
- Closed
- links to