Class UnsupportedColumnTypeFrameColumnReader
java.lang.Object
org.apache.druid.frame.read.columnar.UnsupportedColumnTypeFrameColumnReader
- All Implemented Interfaces:
FrameColumnReader
Dummy reader for unsupported types. Throws
UnsupportedColumnTypeException if we try to call any method of the
frame reader-
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
Description copied from interface:FrameColumnReaderReturns aColumnfrom the frame.- Specified by:
readRACColumnin interfaceFrameColumnReader
-
readColumn
Description copied from interface:FrameColumnReaderReturns a column reference for the provided frame.- Specified by:
readColumnin interfaceFrameColumnReader
-