Constructor and Description |
---|
TableSinkBase() |
Modifier and Type | Method and Description |
---|---|
TableSink<T> |
configure(String[] fieldNames,
TypeInformation<?>[] fieldTypes)
Returns a copy of this
TableSink configured with the field names and types of the
table to emit. |
protected abstract TableSinkBase<T> |
copy()
Returns a deep copy of the
TableSink . |
String[] |
getFieldNames()
Returns the field names of the table to emit.
|
TypeInformation<?>[] |
getFieldTypes()
Returns the field types of the table to emit.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConsumedDataType, getOutputType, getTableSchema
protected abstract TableSinkBase<T> copy()
TableSink
.public String[] getFieldNames()
getFieldNames
in interface TableSink<T>
public TypeInformation<?>[] getFieldTypes()
getFieldTypes
in interface TableSink<T>
public final TableSink<T> configure(String[] fieldNames, TypeInformation<?>[] fieldTypes)
TableSink
configured with the field names and types of the
table to emit.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.