Interface InputTypeConfigurable

    • Method Detail

      • setInputType

        void setInputType​(TypeInformation<?> type,
                          ExecutionConfig executionConfig)
        Method that is called on an OutputFormat when it is passed to the DataSet's output method. May be used to configures the output format based on the data type.
        Parameters:
        type - The data type of the input.
        executionConfig - The execution config for this parallel execution.