T - The type of element written.@Internal public class OrcBulkWriter<T> extends Object implements org.apache.flink.api.common.serialization.BulkWriter<T>
BulkWriter implementation that writes data in ORC format.public void addElement(T element) throws IOException
addElement in interface org.apache.flink.api.common.serialization.BulkWriter<T>IOExceptionpublic void flush()
throws IOException
flush in interface org.apache.flink.api.common.serialization.BulkWriter<T>IOExceptionpublic void finish()
throws IOException
finish in interface org.apache.flink.api.common.serialization.BulkWriter<T>IOExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.