All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.delta.flink.source.internal.builder.DeltaBulkFormat Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.delta.flink.source.internal.builder;

import io.delta.flink.source.internal.state.DeltaSourceSplit;
import org.apache.flink.connector.file.src.reader.BulkFormat;

/**
 * Delta representation of Flink's {@link BulkFormat} for {@link DeltaSourceSplit}
 *
 * @param  Type of element produced by created {@link DeltaBulkFormat}
 */
public interface DeltaBulkFormat extends BulkFormat {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy