public abstract class DataPage extends Page
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataPage.Visitor<T> |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(DataPage.Visitor<T> visitor) |
Optional<Long> |
getFirstRowIndex() |
abstract Optional<Integer> |
getIndexRowCount() |
int |
getValueCount() |
getCompressedSize, getCrc, getUncompressedSize, setCrcpublic int getValueCount()
public Optional<Long> getFirstRowIndex()
public abstract Optional<Integer> getIndexRowCount()
public abstract <T> T accept(DataPage.Visitor<T> visitor)
Copyright © 2023 The Apache Software Foundation. All rights reserved.