public interface ColumnWriteStore
Modifier and Type | Method and Description |
---|---|
void |
flush()
when we are done writing to flush to the underlying storage
|
ColumnWriter |
getColumnWriter(ColumnDescriptor path) |
ColumnWriter getColumnWriter(ColumnDescriptor path)
path
- the column for which to create a writervoid flush()
Copyright © 2015. All rights reserved.