Package io.trino.parquet.writer
Interface ColumnWriter
- All Known Implementing Classes:
ArrayColumnWriter,MapColumnWriter,PrimitiveColumnWriter,StructColumnWriter
public interface ColumnWriter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longlongvoidwriteBlock(ColumnChunk columnChunk)
-
Method Details
-
writeBlock
- Throws:
IOException
-
close
void close() -
getBuffer
- Throws:
IOException
-
getBufferedBytes
long getBufferedBytes() -
getRetainedBytes
long getRetainedBytes()
-