Uses of Class
org.apache.druid.frame.Frame
-
-
Uses of Frame in org.apache.druid.frame
Methods in org.apache.druid.frame that return Frame Modifier and Type Method Description static FrameFrame. decompress(org.apache.datasketches.memory.Memory memory, long position, long length)Decompresses the provided memory and returns a frame backed by that decompressed memory.FrameFrameType. ensureType(Frame frame)static FrameFrame. wrap(byte[] bytes)Returns a frame backed by the provided byte array.static FrameFrame. wrap(ByteBuffer buffer)Returns a frame backed by the provided ByteBuffer.static FrameFrame. wrap(org.apache.datasketches.memory.Memory memory)Returns a frame backed by the provided Memory.Methods in org.apache.druid.frame with parameters of type Frame Modifier and Type Method Description FrameFrameType. ensureType(Frame frame) -
Uses of Frame in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return Frame Modifier and Type Method Description FrameFrameWithPartition. frame()FrameFrameChannelSequence.FrameChannelIterator. next()FrameComposingReadableFrameChannel. read()FrameReadableByteChunksFrameChannel. read()FrameReadableConcatFrameChannel. read()FrameReadableFileFrameChannel. read()FrameReadableFrameChannel. read()Returns the next available frame from this channel.FrameReadableInputStreamFrameChannel. read()FrameReadableNilFrameChannel. read()Methods in org.apache.druid.frame.channel with parameters of type Frame Modifier and Type Method Description default voidWritableFrameChannel. write(Frame frame)Writes a frame without an attached partition number.Constructors in org.apache.druid.frame.channel with parameters of type Frame Constructor Description FrameWithPartition(Frame frame, int partition) -
Uses of Frame in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return Frame Modifier and Type Method Description FrameFrameFile. frame(int frameNumber)Reads a frame from the file.Methods in org.apache.druid.frame.file with parameters of type Frame Modifier and Type Method Description voidFrameFileWriter. writeFrame(Frame frame, int partition)Write a frame. -
Uses of Frame in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key with parameters of type Frame Modifier and Type Method Description static FrameComparisonWidgetImplFrameComparisonWidgetImpl. create(Frame frame, RowSignature signature, List<KeyColumn> keyColumns, List<FieldReader> keyColumnReaders)Create aFrameComparisonWidgetfor the given frame. -
Uses of Frame in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return types with arguments of type Frame Modifier and Type Method Description ReturnOrAwait<Pair<List<Frame>,it.unimi.dsi.fastutil.ints.IntSet>>FrameChannelBatcher. runIncrementally(it.unimi.dsi.fastutil.ints.IntSet readableInputs)Methods in org.apache.druid.frame.processor with parameters of type Frame 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. -
Uses of Frame in org.apache.druid.frame.read
Methods in org.apache.druid.frame.read with parameters of type Frame Modifier and Type Method Description ColumnCapabilitiesFrameReader. columnCapabilities(Frame frame, String columnName)Returns capabilities for a particular column in a particular frame.FrameComparisonWidgetFrameReader. makeComparisonWidget(Frame frame, List<KeyColumn> keyColumns)Create aFrameComparisonWidgetfor the given frame.CursorFactoryFrameReader. makeCursorFactory(Frame frame)Create aCursorFactoryfor the given frame. -
Uses of Frame in org.apache.druid.frame.read.columnar
Methods in org.apache.druid.frame.read.columnar with parameters of type Frame Modifier and Type Method Description ColumnPlusComplexFrameColumnReader. readColumn(Frame frame)ColumnPlusDoubleFrameColumnReader. readColumn(Frame frame)ColumnPlusFloatFrameColumnReader. readColumn(Frame frame)ColumnPlusFrameColumnReader. readColumn(Frame frame)Returns a column reference for the provided frame.ColumnPlusLongFrameColumnReader. readColumn(Frame frame)ColumnPlusNumericArrayFrameColumnReader. readColumn(Frame frame)ColumnPlusStringFrameColumnReader. readColumn(Frame frame)ColumnPlusUnsupportedColumnTypeFrameColumnReader. readColumn(Frame frame)ColumnComplexFrameColumnReader. readRACColumn(Frame frame)ColumnDoubleFrameColumnReader. readRACColumn(Frame frame)ColumnFloatFrameColumnReader. readRACColumn(Frame frame)ColumnFrameColumnReader. readRACColumn(Frame frame)Returns aColumnfrom the frame.ColumnLongFrameColumnReader. readRACColumn(Frame frame)ColumnNumericArrayFrameColumnReader. readRACColumn(Frame frame)ColumnStringFrameColumnReader. readRACColumn(Frame frame)ColumnUnsupportedColumnTypeFrameColumnReader. readRACColumn(Frame frame)Constructors in org.apache.druid.frame.read.columnar with parameters of type Frame Constructor Description NumericArrayFrameColumn(Frame frame, org.apache.datasketches.memory.Memory memory, ColumnType columnType) -
Uses of Frame in org.apache.druid.frame.segment
Methods in org.apache.druid.frame.segment that return types with arguments of type Frame Modifier and Type Method Description static Iterable<Frame>FrameCursorUtils. cursorToFramesIterable(Cursor cursor, FrameWriterFactory frameWriterFactory)static Sequence<Frame>FrameCursorUtils. cursorToFramesSequence(Cursor cursor, FrameWriterFactory frameWriterFactory)Constructors in org.apache.druid.frame.segment with parameters of type Frame Constructor Description FrameSegment(Frame frame, FrameReader frameReader, SegmentId segmentId)FrameStorageAdapter(Frame frame, FrameReader frameReader, org.joda.time.Interval interval) -
Uses of Frame in org.apache.druid.frame.segment.columnar
Constructors in org.apache.druid.frame.segment.columnar with parameters of type Frame Constructor Description FrameCursorFactory(Frame frame, RowSignature signature, List<FrameColumnReader> columnReaders)FrameQueryableIndex(Frame frame, RowSignature signature, List<FrameColumnReader> columnReaders) -
Uses of Frame in org.apache.druid.frame.segment.row
Constructors in org.apache.druid.frame.segment.row with parameters of type Frame Constructor Description CursorFrameRowPointer(Frame frame, ReadableOffset offset)FrameColumnSelectorFactory(Frame frame, RowSignature frameSignature, List<FieldReader> fieldReaders, ReadableFrameRowPointer rowPointer)FrameCursorFactory(Frame frame, FrameReader frameReader, List<FieldReader> fieldReaders) -
Uses of Frame in org.apache.druid.frame.write
Methods in org.apache.druid.frame.write with parameters of type Frame Modifier and Type Method Description static voidFrameSort. sort(Frame frame, FrameReader frameReader, List<KeyColumn> keyColumns)Sort the given frame in-place. -
Uses of Frame in org.apache.druid.query
Methods in org.apache.druid.query that return Frame Modifier and Type Method Description FrameFrameSignaturePair. getFrame()Constructors in org.apache.druid.query with parameters of type Frame Constructor Description FrameSignaturePair(Frame frame, RowSignature rowSignature) -
Uses of Frame in org.apache.druid.query.rowsandcols.concrete
Constructors in org.apache.druid.query.rowsandcols.concrete with parameters of type Frame Constructor Description ColumnBasedFrameRowsAndColumns(Frame frame, RowSignature signature)RowBasedFrameRowsAndColumns(Frame frame, RowSignature signature)
-