Uses of Class
io.trino.plugin.hive.HiveWriter
-
Packages that use HiveWriter Package Description io.trino.plugin.hive -
-
Uses of HiveWriter in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveWriter Modifier and Type Method Description HiveWriterHiveWriterFactory. createWriter(Page partitionColumns, int position, OptionalInt bucketNumber)Constructor parameters in io.trino.plugin.hive with type arguments of type HiveWriter Constructor Description HiveWriter(FileWriter fileWriter, Optional<String> partitionName, PartitionUpdate.UpdateMode updateMode, String fileName, String writePath, String targetPath, Consumer<HiveWriter> onCommit, HiveWriterStats hiveWriterStats)
-