public class EncodingStats extends Object
hasNonDictionaryEncodedPages().| Modifier and Type | Class and Description |
|---|---|
static class |
EncodingStats.Builder
Used to build
EncodingStats from metadata or to accumulate stats as pages are written. |
| Modifier and Type | Method and Description |
|---|---|
Set<Encoding> |
getDataEncodings() |
Set<Encoding> |
getDictionaryEncodings() |
int |
getNumDataPagesEncodedAs(Encoding enc) |
int |
getNumDictionaryPagesEncodedAs(Encoding enc) |
boolean |
hasDictionaryEncodedPages() |
boolean |
hasDictionaryPages() |
boolean |
hasNonDictionaryEncodedPages() |
boolean |
usesV2Pages() |
public int getNumDictionaryPagesEncodedAs(Encoding enc)
public int getNumDataPagesEncodedAs(Encoding enc)
public boolean hasDictionaryPages()
public boolean hasDictionaryEncodedPages()
public boolean hasNonDictionaryEncodedPages()
public boolean usesV2Pages()
Copyright © 2024 The Apache Software Foundation. All rights reserved.