Class LocalOutputFile
java.lang.Object
org.gridgain.internal.sql.copy.parquet.LocalOutputFile
- All Implemented Interfaces:
org.apache.parquet.io.OutputFile
Output file implementation for local file system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.parquet.io.PositionOutputStreamcreate(long buffer) org.apache.parquet.io.PositionOutputStreamcreateOrOverwrite(long buffer) longgetPath()boolean
-
Constructor Details
-
LocalOutputFile
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.apache.parquet.io.OutputFile- Throws:
IOException
-
createOrOverwrite
- Specified by:
createOrOverwritein interfaceorg.apache.parquet.io.OutputFile- Throws:
IOException
-
supportsBlockSize
public boolean supportsBlockSize()- Specified by:
supportsBlockSizein interfaceorg.apache.parquet.io.OutputFile
-
defaultBlockSize
public long defaultBlockSize()- Specified by:
defaultBlockSizein interfaceorg.apache.parquet.io.OutputFile
-
getPath
- Specified by:
getPathin interfaceorg.apache.parquet.io.OutputFile
-