Uses of Class
org.apache.druid.frame.segment.FrameCursor
Packages that use FrameCursor
-
Uses of FrameCursor in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return FrameCursorModifier and TypeMethodDescriptionstatic 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.