Class TableSinkBase<T>

    • Constructor Detail

      • TableSinkBase

        public TableSinkBase()
        Deprecated.
    • Method Detail

      • getFieldNames

        public String[] getFieldNames()
        Deprecated.
        Returns the field names of the table to emit.
        Specified by:
        getFieldNames in interface TableSink<T>
      • getFieldTypes

        public org.apache.flink.api.common.typeinfo.TypeInformation<?>[] getFieldTypes()
        Deprecated.
        Returns the field types of the table to emit.
        Specified by:
        getFieldTypes in interface TableSink<T>
      • configure

        public final TableSink<T> configure​(String[] fieldNames,
                                            org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
        Deprecated.
        Returns a copy of this TableSink configured with the field names and types of the table to emit.
        Specified by:
        configure in interface TableSink<T>
        Parameters:
        fieldNames - The field names of the table to emit.
        fieldTypes - The field types of the table to emit.
        Returns:
        A copy of this TableSink configured with the field names and types of the table to emit.