public interface ColumnWriter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColumnWriter.BufferData |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<ColumnWriter.BufferData> |
getBuffer() |
long |
getBufferedBytes() |
long |
getRetainedBytes() |
void |
reset() |
void |
writeBlock(ColumnChunk columnChunk) |
void writeBlock(ColumnChunk columnChunk) throws IOException
IOExceptionvoid close()
List<ColumnWriter.BufferData> getBuffer() throws IOException
IOExceptionlong getBufferedBytes()
long getRetainedBytes()
void reset()
Copyright © 2012–2024. All rights reserved.