@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class RowGroupReader extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
RowGroupReader.Contents |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RowGroupReader(Pointer p)
Pointer cast constructor.
|
RowGroupReader(RowGroupReader.Contents contents) |
| Modifier and Type | Method and Description |
|---|---|
ColumnReader |
Column(int i) |
PageReader |
GetColumnPageReader(int i) |
RowGroupMetaData |
metadata() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic RowGroupReader(Pointer p)
Pointer(Pointer).public RowGroupReader(@UniquePtr RowGroupReader.Contents contents)
@Const public RowGroupMetaData metadata()
@SharedPtr public ColumnReader Column(int i)
@UniquePtr public PageReader GetColumnPageReader(int i)
Copyright © 2021. All rights reserved.