Timo Walther created FLINK-16988: ------------------------------------ Summary: Add core table source/sink interfaces Key: FLINK-16988 URL: https://issues.apache.org/jira/browse/FLINK-16988 Project: Flink Issue Type: Sub-task Components: Table SQL / API Reporter: Timo Walther Assignee: Timo Walther
This will add the most important interfaces for the new source/sink interfaces: * DynamicTableSource * ScanTableSource extends DynamicTableSource * LookupTableSource extends DynamicTableSource * DynamicTableSink And some initial ability interfaces: * SupportsComputedColumnPushDown * SupportsFilterPushDown All interfaces will have extended JavaDocs. -- This message was sent by Atlassian Jira (v8.3.4#803005)