Interface FrameColumnReader
- All Known Implementing Classes:
ComplexFrameColumnReader,DoubleArrayFrameColumnReader,DoubleFrameColumnReader,FloatArrayFrameColumnReader,FloatFrameColumnReader,LongArrayFrameColumnReader,LongFrameColumnReader,NumericArrayFrameColumnReader,StringArrayFrameColumnReader,StringFrameColumnReader,UnsupportedColumnTypeFrameColumnReader
public interface FrameColumnReader
Embeds the logic to read a specific column from frames with a specific
RowSignature. Stateless and immutable,
so it can be shared between multiple frame readers as long as all frames have the same signature.-
Method Summary
Modifier and TypeMethodDescriptionreadColumn(Frame frame) Returns a column reference for the provided frame.readRACColumn(Frame frame) Returns aColumnfrom the frame.
-
Method Details
-
readRACColumn
Returns aColumnfrom the frame. -
readColumn
Returns a column reference for the provided frame.
-