Class FrameQueryableIndex

java.lang.Object
org.apache.druid.frame.segment.columnar.FrameQueryableIndex
All Implemented Interfaces:
Closeable, AutoCloseable, Expr.InputBindingInspector, ColumnInspector, QueryableIndex

public class FrameQueryableIndex extends Object implements QueryableIndex
A QueryableIndex implementation based on a single columnar Frame. There is no internal caching of columns here, so callers should generally wrap this in a ColumnCache. This class exists so ColumnarFrameCursorFactory can reuse code meant for regular segment-backed QueryableIndex. Some methods are implemented by throwing UnsupportedOperationException, wherever it is not expected that those methods are actually going to be needed.