| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.sinks |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableSinkBase<T>
Base class for
TableSink. |
| 限定符和类型 | 方法和说明 |
|---|---|
TableSink<T> |
TableSink.configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Returns a copy of this
TableSink configured with the field names and types of the
table to emit. |
TableSink<T> |
TableSinkBase.configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Returns a copy of this
TableSink configured with the field names and types of the
table to emit. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.