| Package | Description |
|---|---|
| org.apache.druid.frame | |
| org.apache.druid.frame.write |
| Modifier and Type | Method and Description |
|---|---|
static FrameType |
FrameType.forVersion(byte versionByte)
Returns the frame type for a particular version byte, or null if the version byte is unrecognized.
|
FrameType |
Frame.type() |
static FrameType |
FrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameType[] |
FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameWriterFactory |
FrameWriters.makeFrameWriterFactory(FrameType frameType,
MemoryAllocator allocator,
RowSignature signature,
List<SortColumn> sortColumns)
Creates a
FrameWriterFactory that produces frames of the given FrameType. |
static long |
FrameWriterUtils.writeFrameHeader(org.apache.datasketches.memory.WritableMemory memory,
long startPosition,
FrameType frameType,
long totalSize,
int numRows,
int numRegions,
boolean permuted)
Writes a frame header to a memory locations.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.