| Package | Description |
|---|---|
| com.facebook.presto.spi.page |
| Modifier and Type | Method and Description |
|---|---|
static SerializedPage |
PagesSerdeUtil.readSerializedPage(io.airlift.slice.SliceInput sliceInput) |
SerializedPage |
PagesSerde.serialize(Page page) |
SerializedPage |
PagesSerde.serialize(io.airlift.slice.Slice slice,
int positionCount) |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<SerializedPage> |
PagesSerdeUtil.readSerializedPages(io.airlift.slice.SliceInput sliceInput) |
| Modifier and Type | Method and Description |
|---|---|
Page |
PagesSerde.deserialize(SerializedPage serializedPage) |
static boolean |
PagesSerdeUtil.isChecksumValid(SerializedPage serializedPage) |
static void |
PagesSerdeUtil.writeSerializedPage(io.airlift.slice.SliceOutput output,
SerializedPage page) |
static void |
PagesSerdeUtil.writeSerializedPageMetadata(io.airlift.slice.SliceOutput output,
SerializedPage page) |
| Modifier and Type | Method and Description |
|---|---|
static long |
PagesSerdeUtil.writeSerializedPages(io.airlift.slice.SliceOutput sliceOutput,
Iterable<SerializedPage> pages) |
| Constructor and Description |
|---|
PageDataOutput(SerializedPage serializedPage) |
Copyright © 2012–2022. All rights reserved.