Package io.trino.plugin.hive
Class HiveWriter
java.lang.Object
io.trino.plugin.hive.HiveWriter
-
Constructor Summary
ConstructorsConstructorDescriptionHiveWriter(FileWriter fileWriter, Optional<String> partitionName, PartitionUpdate.UpdateMode updateMode, String fileName, String writePath, String targetPath, Consumer<HiveWriter> onCommit, HiveWriterStats hiveWriterStats) -
Method Summary
-
Constructor Details
-
HiveWriter
public HiveWriter(FileWriter fileWriter, Optional<String> partitionName, PartitionUpdate.UpdateMode updateMode, String fileName, String writePath, String targetPath, Consumer<HiveWriter> onCommit, HiveWriterStats hiveWriterStats)
-
-
Method Details