public interface FrameWriterFactory
FrameWriter.| Modifier and Type | Method and Description |
|---|---|
long |
allocatorCapacity() |
FrameType |
frameType() |
FrameWriter |
newFrameWriter(ColumnSelectorFactory columnSelectorFactory)
Create a writer where
FrameWriter.addSelection() adds the current row from a ColumnSelectorFactory. |
RowSignature |
signature() |
FrameWriter newFrameWriter(ColumnSelectorFactory columnSelectorFactory)
FrameWriter.addSelection() adds the current row from a ColumnSelectorFactory.long allocatorCapacity()
RowSignature signature()
FrameType frameType()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.