| Modifier and Type | Method and Description |
|---|---|
static Frame |
Frame.decompress(org.apache.datasketches.memory.Memory memory,
long position,
long length)
Decompresses the provided memory and returns a frame backed by that decompressed memory.
|
Frame |
FrameType.ensureType(Frame frame) |
static Frame |
Frame.wrap(byte[] bytes)
Returns a frame backed by the provided byte array.
|
static Frame |
Frame.wrap(ByteBuffer buffer)
Returns a frame backed by the provided ByteBuffer.
|
static Frame |
Frame.wrap(org.apache.datasketches.memory.Memory memory)
Returns a frame backed by the provided Memory.
|
| Modifier and Type | Method and Description |
|---|---|
Frame |
FrameType.ensureType(Frame frame) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
FrameWithPartition.frame() |
Frame |
FrameChannelSequence.FrameChannelIterator.next() |
Frame |
ReadableInputStreamFrameChannel.read() |
Frame |
ReadableConcatFrameChannel.read() |
Frame |
ReadableFileFrameChannel.read() |
Frame |
ReadableByteChunksFrameChannel.read() |
Frame |
ReadableFrameChannel.read()
Returns the next available frame from this channel.
|
Frame |
ReadableNilFrameChannel.read() |
| Modifier and Type | Method and Description |
|---|---|
default void |
WritableFrameChannel.write(Frame frame)
Writes a frame without an attached partition number.
|
| Constructor and Description |
|---|
FrameWithPartition(Frame frame,
int partition) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
FrameFile.frame(int frameNumber)
Reads a frame from the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameFileWriter.writeFrame(Frame frame,
int partition)
Write a frame.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameComparisonWidgetImpl |
FrameComparisonWidgetImpl.create(Frame frame,
FrameReader frameReader,
List<SortColumn> sortColumns)
Create a
FrameComparisonWidget for the given frame. |
| Modifier and Type | Method and Description |
|---|---|
ReturnOrAwait<Pair<List<Frame>,it.unimi.dsi.fastutil.ints.IntSet>> |
FrameChannelBatcher.runIncrementally(it.unimi.dsi.fastutil.ints.IntSet readableInputs) |
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
FrameProcessors.makeCursor(Frame frame,
FrameReader frameReader) |
| Modifier and Type | Method and Description |
|---|---|
ColumnCapabilities |
FrameReader.columnCapabilities(Frame frame,
String columnName)
Returns capabilities for a particular column in a particular frame.
|
FrameComparisonWidget |
FrameReader.makeComparisonWidget(Frame frame,
List<SortColumn> sortColumns)
Create a
FrameComparisonWidget for the given frame. |
CursorFactory |
FrameReader.makeCursorFactory(Frame frame)
Create a
CursorFactory for the given frame. |
| Modifier and Type | Method and Description |
|---|---|
ColumnPlus |
FloatFrameColumnReader.readColumn(Frame frame) |
ColumnPlus |
DoubleFrameColumnReader.readColumn(Frame frame) |
ColumnPlus |
FrameColumnReader.readColumn(Frame frame)
Returns a column reference for the provided frame.
|
ColumnPlus |
LongFrameColumnReader.readColumn(Frame frame) |
ColumnPlus |
ComplexFrameColumnReader.readColumn(Frame frame) |
ColumnPlus |
StringFrameColumnReader.readColumn(Frame frame) |
| Constructor and Description |
|---|
FrameSegment(Frame frame,
FrameReader frameReader,
SegmentId segmentId) |
FrameStorageAdapter(Frame frame,
FrameReader frameReader,
org.joda.time.Interval interval) |
| Constructor and Description |
|---|
FrameCursorFactory(Frame frame,
RowSignature signature,
List<FrameColumnReader> columnReaders) |
| Constructor and Description |
|---|
CursorFrameRowPointer(Frame frame,
ReadableOffset offset) |
FrameColumnSelectorFactory(Frame frame,
RowSignature frameSignature,
List<FieldReader> fieldReaders,
ReadableFrameRowPointer rowPointer) |
FrameCursorFactory(Frame frame,
FrameReader frameReader,
List<FieldReader> fieldReaders) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FrameSort.sort(Frame frame,
FrameReader frameReader,
List<SortColumn> sortColumns)
Sort the given frame in-place.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.