public class HiveTableFactory extends Object implements org.apache.flink.table.factories.TableSourceFactory, org.apache.flink.table.factories.TableSinkFactory
| Constructor and Description |
|---|
HiveTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.sinks.TableSink |
createTableSink(org.apache.flink.table.factories.TableSinkFactory.Context context) |
org.apache.flink.table.sources.TableSource |
createTableSource(org.apache.flink.table.factories.TableSourceFactory.Context context) |
Map<String,String> |
requiredContext() |
List<String> |
supportedProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Map<String,String> requiredContext()
requiredContext in interface org.apache.flink.table.factories.TableFactorypublic List<String> supportedProperties()
supportedProperties in interface org.apache.flink.table.factories.TableFactorypublic org.apache.flink.table.sources.TableSource createTableSource(org.apache.flink.table.factories.TableSourceFactory.Context context)
createTableSource in interface org.apache.flink.table.factories.TableSourceFactorypublic org.apache.flink.table.sinks.TableSink createTableSink(org.apache.flink.table.factories.TableSinkFactory.Context context)
createTableSink in interface org.apache.flink.table.factories.TableSinkFactoryCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.