Interface FrameColumnReader
-
- All Known Implementing Classes:
ComplexFrameColumnReader,DoubleArrayFrameColumnReader,DoubleFrameColumnReader,FloatArrayFrameColumnReader,FloatFrameColumnReader,LongArrayFrameColumnReader,LongFrameColumnReader,NumericArrayFrameColumnReader,StringFrameColumnReader,UnsupportedColumnTypeFrameColumnReader
public interface FrameColumnReaderEmbeds the logic to read a specific column from frames with a specificRowSignature. Stateless and immutable, so it can be shared between multiple frame readers as long as all frames have the same signature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnPlusreadColumn(Frame frame)Returns a column reference for the provided frame.ColumnreadRACColumn(Frame frame)Returns aColumnfrom the frame.
-
-
-
Method Detail
-
readColumn
ColumnPlus readColumn(Frame frame)
Returns a column reference for the provided frame.
-
-