Package io.trino.filesystem
Interface TrinoOutputFile
- All Known Implementing Classes:
LocalOutputFile
public interface TrinoOutputFile
-
Method Summary
Modifier and TypeMethodDescriptiondefault OutputStreamcreate()create(AggregatedMemoryContext memoryContext) default OutputStreamcreateOrOverwrite(AggregatedMemoryContext memoryContext) location()
-
Method Details
-
create
- Throws:
IOException
-
createOrOverwrite
- Throws:
IOException
-
create
- Throws:
IOException
-
createOrOverwrite
- Throws:
IOException
-
location
Location location()
-