public class FrameCursorUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Filter |
buildFilter(Filter filter,
org.joda.time.Interval interval)
|
static Sequence<Frame> |
cursorToFrames(Cursor cursor,
FrameWriterFactory frameWriterFactory)
|
@Nullable public static Filter buildFilter(@Nullable Filter filter, org.joda.time.Interval interval)
public static Sequence<Frame> cursorToFrames(Cursor cursor, FrameWriterFactory frameWriterFactory)
Cursor to a sequence of Frame. This method iterates over the rows of the cursor,
and writes the columns to the framescursor - Cursor to write to the frameframeWriterFactory - Frame writer factory to write to the frame.
Determines the signature of the rows that are written to the framesCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.