| Package | Description |
|---|---|
| com.facebook.presto.spi.page |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Page> |
PagesSerdeUtil.readPages(PagesSerde serde,
io.airlift.slice.SliceInput sliceInput) |
static long |
PagesSerdeUtil.writePages(PagesSerde serde,
io.airlift.slice.SliceOutput sliceOutput,
Iterator<Page> pages) |
static long |
PagesSerdeUtil.writePages(PagesSerde serde,
io.airlift.slice.SliceOutput sliceOutput,
Page... pages) |
Copyright © 2012–2022. All rights reserved.