| Package | Description |
|---|---|
| io.prestosql.execution.buffer |
| Modifier and Type | Method and Description |
|---|---|
PageCompression |
SerializedPage.getCompression() |
static PageCompression |
PageCompression.lookupCodecFromMarker(byte marker) |
static PageCompression |
PageCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageCompression[] |
PageCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SerializedPage(io.airlift.slice.Slice slice,
PageCompression compression,
int positionCount,
int uncompressedSizeInBytes) |
Copyright © 2012–2019. All rights reserved.