Uses of Class
org.apache.druid.frame.segment.FrameCursor
-
Packages that use FrameCursor Package Description org.apache.druid.frame.processor -
-
Uses of FrameCursor in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return FrameCursor Modifier and Type Method Description static FrameCursorFrameProcessors. makeCursor(Frame frame, FrameReader frameReader)Returns aFrameCursorfor the providedFrame, allowing both sequential and random access.static FrameCursorFrameProcessors. makeCursor(Frame frame, FrameReader frameReader, VirtualColumns virtualColumns)Returns aFrameCursorfor the providedFrameandVirtualColumns, allowing both sequential and random access.
-