Package io.trino.plugin.hive
Interface SortingFileWriter.TempFileSinkFactory
-
- Enclosing class:
- SortingFileWriter
public static interface SortingFileWriter.TempFileSinkFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrcDataSinkcreateSink(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path path)
-
-
-
Method Detail
-
createSink
OrcDataSink createSink(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path path) throws IOException
- Throws:
IOException
-
-