Package org.apache.flink.orc.nohive
Class OrcNoHiveBulkWriterFactory
- java.lang.Object
-
- org.apache.flink.orc.nohive.OrcNoHiveBulkWriterFactory
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.serialization.BulkWriter.Factory<org.apache.flink.table.data.RowData>
public class OrcNoHiveBulkWriterFactory extends Object implements org.apache.flink.api.common.serialization.BulkWriter.Factory<org.apache.flink.table.data.RowData>
ABulkWriter.Factoryfrom orc no-hive version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrcNoHiveBulkWriterFactory(org.apache.hadoop.conf.Configuration conf, String schema, org.apache.flink.table.types.logical.LogicalType[] fieldTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.api.common.serialization.BulkWriter<org.apache.flink.table.data.RowData>create(org.apache.flink.core.fs.FSDataOutputStream out)
-
-
-
Constructor Detail
-
OrcNoHiveBulkWriterFactory
public OrcNoHiveBulkWriterFactory(org.apache.hadoop.conf.Configuration conf, String schema, org.apache.flink.table.types.logical.LogicalType[] fieldTypes)
-
-
Method Detail
-
create
public org.apache.flink.api.common.serialization.BulkWriter<org.apache.flink.table.data.RowData> create(org.apache.flink.core.fs.FSDataOutputStream out) throws IOException- Specified by:
createin interfaceorg.apache.flink.api.common.serialization.BulkWriter.Factory<org.apache.flink.table.data.RowData>- Throws:
IOException
-
-